#9EB20E

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

Shades of Citrus #9EB20E

Tints of Citrus #9EB20E

Color information

#9EB20E (or 0x9EB20E) is unknown color: approx Citrus. HEX triplet: 9E, B2 and 0E. RGB value is (158,178,14). Sum of RGB (Red+Green+Blue) = 158+178+14=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB20E is #614DF1. Grayscale: #999999. Windows color (decimal): -6376946 or 963230. OLE color: 963230.

HSL color Cylindrical-coordinate representation of color #9EB20E: hue angle of 67.32º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EB20E is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB15817814-
CMYK0.1100.920.30
HSL67.32º85.42%37.65%-
HSV(B)67.32º92.13%69.8%-
XYZ30.139.146.38-
YUV153.3249.37131.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 14 (5.86% from 255) = 4%
R=45.14%
G=50.86%
B=4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158178140.1100.920.3067.3285.4237.65
Hex9EB2EB05C1E435526
Octal236262161301343610312546
Binary100111101011001011101011010111001111010000111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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