#8EB304

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

Shades of Citrus #8EB304

Tints of Citrus #8EB304

Color information

#8EB304 (or 0x8EB304) is unknown color: approx Citrus. HEX triplet: 8E, B3 and 04. RGB value is (142,179,4). Sum of RGB (Red+Green+Blue) = 142+179+4=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB304 is #714CFB. Grayscale: #949494. Windows color (decimal): -7425276 or 308110. OLE color: 308110.

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

Color convert

RGB1421794-
CMYK0.2100.980.30
HSL72.69º95.63%35.88%-
HSV(B)72.69º97.77%70.2%-
XYZ27.3386.01-
YUV147.9946.74123.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 179 (70.31% from 255) = 55.08%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=43.69%
G=55.08%
B=1.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14217940.2100.980.3072.6995.6335.88
Hex8EB34150621E496024
Octal21626342501423611114044
Binary100011101011001110010101011000101111010010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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