#81AD00

Color #81AD00 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #81AD00

Tints of Citrus #81AD00

Color information

#81AD00 (or 0x81AD00) is unknown color: approx Citrus. HEX triplet: 81, AD and 00. RGB value is (129,173,0). Sum of RGB (Red+Green+Blue) = 129+173+0=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD00 is #7E52FF. Grayscale: #8C8C8C. Windows color (decimal): -8278784 or 44417. OLE color: 44417.

HSL color Cylindrical-coordinate representation of color #81AD00: hue angle of 75.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81AD00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB1291730-
CMYK0.25010.32
HSL75.26º100%33.92%-
HSV(B)75.26º100%67.84%-
XYZ2434.555.4-
YUV140.1248.92120.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.72%
G=57.28%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12917300.25010.3275.2610033.92
Hex81AD019064204b6422
Octal20125503101444011314442
Binary10000001101011010110010110010010000010010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AD00; }

 p { color: rgb(129,173,0); }

 H1.HeaderClassName
 {
   color: #81AD00;
 }
 .AnyTagClassName
 {
   color: #81AD00;
 }
</style>
background-color css

<style>
 a { background-color: #81AD00; }

 a { background-color: rgb(129,173,0); }

 div.DivClassName
 {
   background-color: #81AD00;
 }
 .BgClassName
 {
   background-color: #81AD00;
 }
</style>
border-color css

<style>
 span { border-color: #81AD00; }

 span { border-color: rgb(129,173,0); }

 td.TdClassName
 {
   border-color: #81AD00;
 }
 .TagClassName
 {
   border-color: #81AD00;
 }
</style>