#86AF00

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

Shades of Citrus #86AF00

Tints of Citrus #86AF00

Color information

#86AF00 (or 0x86AF00) is unknown color: approx Citrus. HEX triplet: 86, AF and 00. RGB value is (134,175,0). Sum of RGB (Red+Green+Blue) = 134+175+0=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AF00 is #7950FF. Grayscale: #8F8F8F. Windows color (decimal): -7950592 or 44934. OLE color: 44934.

HSL color Cylindrical-coordinate representation of color #86AF00: hue angle of 74.06º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86AF00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1341750-
CMYK0.23010.31
HSL74.06º100%34.31%-
HSV(B)74.06º100%68.63%-
XYZ25.1635.735.57-
YUV142.7947.42121.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.37%
G=56.63%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13417500.23010.3174.0610034.31
Hex86AF0170641F4a6422
Octal20625702701443711214442
Binary1000011010101111010111011001001111110010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AF00; }

 p { color: rgb(134,175,0); }

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

<style>
 a { background-color: #86AF00; }

 a { background-color: rgb(134,175,0); }

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

<style>
 span { border-color: #86AF00; }

 span { border-color: rgb(134,175,0); }

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