#85AF09

Color #85AF09 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #85AF09

Tints of Lima #85AF09

Color information

#85AF09 (or 0x85AF09) is unknown color: approx Lima. HEX triplet: 85, AF and 09. RGB value is (133,175,9). Sum of RGB (Red+Green+Blue) = 133+175+9=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF09 is #7A50F6. Grayscale: #909090. Windows color (decimal): -8016119 or 634757. OLE color: 634757.

HSL color Cylindrical-coordinate representation of color #85AF09: hue angle of 75.18º degrees, saturation: 0.9, 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 #85AF09 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1331759-
CMYK0.2400.950.31
HSL75.18º90.22%36.08%-
HSV(B)75.18º94.86%68.63%-
XYZ25.0535.675.82-
YUV143.5252.09120.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 9 (3.91% from 255) = 2.84%
R=41.96%
G=55.21%
B=2.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13317590.2400.950.3175.1890.2236.08
Hex85AF91805F1F4b5a24
Octal205257113001373711313244
Binary1000010110101111100111000010111111111110010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AF09; }

 p { color: rgb(133,175,9); }

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

<style>
 a { background-color: #85AF09; }

 a { background-color: rgb(133,175,9); }

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

<style>
 span { border-color: #85AF09; }

 span { border-color: rgb(133,175,9); }

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