#8EB30B

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

Shades of Citrus #8EB30B

Tints of Citrus #8EB30B

Color information

#8EB30B (or 0x8EB30B) is unknown color: approx Citrus. HEX triplet: 8E, B3 and 0B. RGB value is (142,179,11). Sum of RGB (Red+Green+Blue) = 142+179+11=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB30B is #714CF4. Grayscale: #959595. Windows color (decimal): -7425269 or 766862. OLE color: 766862.

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

Color convert

RGB14217911-
CMYK0.2100.940.30
HSL73.21º88.42%37.25%-
HSV(B)73.21º93.85%70.2%-
XYZ27.3438.026.21-
YUV148.7850.24123.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 11 (4.69% from 255) = 3.31%
R=42.77%
G=53.92%
B=3.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal142179110.2100.940.3073.2188.4237.25
Hex8EB3B1505E1E495825
Octal216263132501363611113045
Binary1000111010110011101110101010111101111010010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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