#8EB10F

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

Shades of Citrus #8EB10F

Tints of Citrus #8EB10F

Color information

#8EB10F (or 0x8EB10F) is unknown color: approx Citrus. HEX triplet: 8E, B1 and 0F. RGB value is (142,177,15). Sum of RGB (Red+Green+Blue) = 142+177+15=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB10F is #714EF0. Grayscale: #949494. Windows color (decimal): -7425777 or 1028494. OLE color: 1028494.

HSL color Cylindrical-coordinate representation of color #8EB10F: hue angle of 72.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EB10F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB14217715-
CMYK0.2000.920.31
HSL72.96º84.38%37.65%-
HSV(B)72.96º91.53%69.41%-
XYZ26.9637.236.22-
YUV148.0752.9123.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 15 (6.25% from 255) = 4.49%
R=42.51%
G=52.99%
B=4.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177150.2000.920.3172.9684.3837.65
Hex8EB1F1405C1F495426
Octal216261172401343711112446
Binary1000111010110001111110100010111001111110010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,15); }

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

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

 a { background-color: rgb(142,177,15); }

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

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

 span { border-color: rgb(142,177,15); }

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