#8AAF08

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

Shades of Citrus #8AAF08

Tints of Citrus #8AAF08

Color information

#8AAF08 (or 0x8AAF08) is unknown color: approx Citrus. HEX triplet: 8A, AF and 08. RGB value is (138,175,8). Sum of RGB (Red+Green+Blue) = 138+175+8=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAF08 is #7550F7. Grayscale: #919191. Windows color (decimal): -7688440 or 569226. OLE color: 569226.

HSL color Cylindrical-coordinate representation of color #8AAF08: hue angle of 73.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AAF08 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1381758-
CMYK0.2100.950.31
HSL73.29º91.26%35.88%-
HSV(B)73.29º95.43%68.63%-
XYZ25.8636.085.83-
YUV144.950.74123.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 175 (68.75% from 255) = 54.52%
BLUE value IS 8 (3.52% from 255) = 2.49%
R=42.99%
G=54.52%
B=2.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13817580.2100.950.3173.2991.2635.88
Hex8AAF81505F1F495b24
Octal212257102501373711113344
Binary1000101010101111100010101010111111111110010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAF08; }

 p { color: rgb(138,175,8); }

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

<style>
 a { background-color: #8AAF08; }

 a { background-color: rgb(138,175,8); }

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

<style>
 span { border-color: #8AAF08; }

 span { border-color: rgb(138,175,8); }

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