#8EB30C

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

Shades of Citrus #8EB30C

Tints of Citrus #8EB30C

Color information

#8EB30C (or 0x8EB30C) is unknown color: approx Citrus. HEX triplet: 8E, B3 and 0C. RGB value is (142,179,12). Sum of RGB (Red+Green+Blue) = 142+179+12=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB30C is #714CF3. Grayscale: #959595. Windows color (decimal): -7425268 or 832398. OLE color: 832398.

HSL color Cylindrical-coordinate representation of color #8EB30C: hue angle of 73.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB30C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB14217912-
CMYK0.2100.930.30
HSL73.29º87.43%37.45%-
HSV(B)73.29º93.3%70.2%-
XYZ27.3438.026.24-
YUV148.950.74123.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 179 (70.31% from 255) = 53.75%
BLUE value IS 12 (5.08% from 255) = 3.60%
R=42.64%
G=53.75%
B=3.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal142179120.2100.930.3073.2987.4337.45
Hex8EB3C1505D1E495725
Octal216263142501353611112745
Binary1000111010110011110010101010111011111010010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,12); }

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

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

 a { background-color: rgb(142,179,12); }

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

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

 span { border-color: rgb(142,179,12); }

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