#8EB200

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

Shades of Citrus #8EB200

Tints of Citrus #8EB200

Color information

#8EB200 (or 0x8EB200) is unknown color: approx Citrus. HEX triplet: 8E, B2 and 00. RGB value is (142,178,0). Sum of RGB (Red+Green+Blue) = 142+178+0=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB200 is #714DFF. Grayscale: #939393. Windows color (decimal): -7425536 or 45710. OLE color: 45710.

HSL color Cylindrical-coordinate representation of color #8EB200: hue angle of 72.13º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EB200 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1421780-
CMYK0.20010.30
HSL72.13º100%34.9%-
HSV(B)72.13º100%69.8%-
XYZ27.0837.595.83-
YUV146.9445.07124.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 178 (69.92% from 255) = 55.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.38%
G=55.62%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14217800.20010.3072.1310034.9
Hex8EB20140641E486423
Octal21626202401443611014443
Binary1000111010110010010100011001001111010010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,178,0); }

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

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

 a { background-color: rgb(142,178,0); }

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

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

 span { border-color: rgb(142,178,0); }

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