#9EB200

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

Shades of Citrus #9EB200

Tints of Citrus #9EB200

Color information

#9EB200 (or 0x9EB200) is unknown color: approx Citrus. HEX triplet: 9E, B2 and 00. RGB value is (158,178,0). Sum of RGB (Red+Green+Blue) = 158+178+0=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB200 is #614DFF. Grayscale: #989898. Windows color (decimal): -6376960 or 45726. OLE color: 45726.

HSL color Cylindrical-coordinate representation of color #9EB200: hue angle of 66.74º 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 #9EB200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1581780-
CMYK0.11010.30
HSL66.74º100%34.9%-
HSV(B)66.74º100%69.8%-
XYZ30.0239.115.97-
YUV151.7342.37132.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 178 (69.92% from 255) = 52.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.02%
G=52.98%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15817800.11010.3066.7410034.9
Hex9EB20B0641E436423
Octal23626201301443610314443
Binary100111101011001001011011001001111010000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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