#87af0a

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

Shades of Citrus #87AF0A

Tints of Citrus #87AF0A

Color information

#87AF0A (or 0x87AF0A) is unknown color: approx Citrus. HEX triplet: 87, AF and 0A. RGB value is (135,175,10). Sum of RGB (Red+Green+Blue) = 135+175+10=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AF0A is #7850F5. Grayscale: #909090. Windows color (decimal): -7885046 or 700295. OLE color: 700295.

HSL color Cylindrical-coordinate representation of color #87AF0A: hue angle of 74.55º 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 #87AF0A is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB13517510-
CMYK0.2300.940.31
HSL74.55º89.19%36.27%-
HSV(B)74.55º94.29%68.63%-
XYZ25.3835.835.87-
YUV144.2352.25121.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=42.19%
G=54.69%
B=3.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135175100.2300.940.3174.5589.1936.27
Hex87AFA1705E1F4b5924
Octal207257122701363711313144
Binary1000011110101111101010111010111101111110010111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87af0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87af0a; }

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

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

<style>
 a { background-color: #87af0a; }

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

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

<style>
 span { border-color: #87af0a; }

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

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