#8AAF0A

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

Shades of Citrus #8AAF0A

Tints of Citrus #8AAF0A

Color information

#8AAF0A (or 0x8AAF0A) is unknown color: approx Citrus. HEX triplet: 8A, AF and 0A. RGB value is (138,175,10). Sum of RGB (Red+Green+Blue) = 138+175+10=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAF0A is #7550F5. Grayscale: #919191. Windows color (decimal): -7688438 or 700298. OLE color: 700298.

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

Color convert

RGB13817510-
CMYK0.2100.940.31
HSL73.45º89.19%36.27%-
HSV(B)73.45º94.29%68.63%-
XYZ25.8736.095.89-
YUV145.1351.74122.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=42.72%
G=54.18%
B=3.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175100.2100.940.3173.4589.1936.27
Hex8AAFA1505E1F495924
Octal212257122501363711113144
Binary1000101010101111101010101010111101111110010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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