#9eb808

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

Shades of Citrus #9EB808

Tints of Citrus #9EB808

Color information

#9EB808 (or 0x9EB808) is unknown color: approx Citrus. HEX triplet: 9E, B8 and 08. RGB value is (158,184,8). Sum of RGB (Red+Green+Blue) = 158+184+8=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB808 is #6147F7. Grayscale: #9C9C9C. Windows color (decimal): -6375416 or 571550. OLE color: 571550.

HSL color Cylindrical-coordinate representation of color #9EB808: hue angle of 68.86º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EB808 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1581848-
CMYK0.1400.960.28
HSL68.86º91.67%37.65%-
HSV(B)68.86º95.65%72.16%-
XYZ31.2841.576.6-
YUV156.1644.39129.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 184 (72.27% from 255) = 52.57%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=45.14%
G=52.57%
B=2.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15818480.1400.960.2868.8691.6737.65
Hex9EB88E0601C455c26
Octal236270101601403410513446
Binary100111101011100010001110011000001110010001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eb808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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