#9EB008

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

Shades of Citrus #9EB008

Tints of Citrus #9EB008

Color information

#9EB008 (or 0x9EB008) is unknown color: approx Citrus. HEX triplet: 9E, B0 and 08. RGB value is (158,176,8). Sum of RGB (Red+Green+Blue) = 158+176+8=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB008 is #614FF7. Grayscale: #989898. Windows color (decimal): -6377464 or 569502. OLE color: 569502.

HSL color Cylindrical-coordinate representation of color #9EB008: hue angle of 66.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EB008 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1581768-
CMYK0.1000.950.31
HSL66.43º91.3%36.08%-
HSV(B)66.43º95.45%69.02%-
XYZ29.6738.346.07-
YUV151.4747.04132.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 176 (69.14% from 255) = 51.46%
BLUE value IS 8 (3.52% from 255) = 2.34%
R=46.20%
G=51.46%
B=2.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15817680.1000.950.3166.4391.336.08
Hex9EB08A05F1F425b24
Octal236260101201373710213344
Binary100111101011000010001010010111111111110000101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,8); }

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

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

 a { background-color: rgb(158,176,8); }

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

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

 span { border-color: rgb(158,176,8); }

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