#86CC0E

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

Shades of Citrus #86CC0E

Tints of Citrus #86CC0E

Color information

#86CC0E (or 0x86CC0E) is unknown color: approx Citrus. HEX triplet: 86, CC and 0E. RGB value is (134,204,14). Sum of RGB (Red+Green+Blue) = 134+204+14=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CC0E is #7933F1. Grayscale: #A2A2A2. Windows color (decimal): -7943154 or 969862. OLE color: 969862.

HSL color Cylindrical-coordinate representation of color #86CC0E: hue angle of 82.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86CC0E is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB13420414-
CMYK0.3400.930.2
HSL82.11º87.16%42.75%-
HSV(B)82.11º93.14%80%-
XYZ31.548.298.08-
YUV161.4144.81108.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 204 (80.08% from 255) = 57.95%
BLUE value IS 14 (5.86% from 255) = 3.98%
R=38.07%
G=57.95%
B=3.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134204140.3400.930.282.1187.1642.75
Hex86CCE2205D1452572b
Octal206314164201352412212753
Binary10000110110011001110100010010111011010010100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,14); }

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

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

 a { background-color: rgb(134,204,14); }

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

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

 span { border-color: rgb(134,204,14); }

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