#9eb41a

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

Shades of Citrus #9EB41A

Tints of Citrus #9EB41A

Color information

#9EB41A (or 0x9EB41A) is unknown color: approx Citrus. HEX triplet: 9E, B4 and 1A. RGB value is (158,180,26). Sum of RGB (Red+Green+Blue) = 158+180+26=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB41A is #614BE5. Grayscale: #9C9C9C. Windows color (decimal): -6376422 or 1750174. OLE color: 1750174.

HSL color Cylindrical-coordinate representation of color #9EB41A: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EB41A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB15818026-
CMYK0.1200.860.29
HSL68.57º74.76%40.39%-
HSV(B)68.57º85.56%70.59%-
XYZ30.6139.997.08-
YUV155.8754.71129.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.41%
GREEN value IS 180 (70.70% from 255) = 49.45%
BLUE value IS 26 (10.55% from 255) = 7.14%
R=43.41%
G=49.45%
B=7.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158180260.1200.860.2968.5774.7640.39
Hex9EB41AC0561D454b28
Octal236264321401263510511350
Binary1001111010110100110101100010101101110110001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eb41a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,26); }

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

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

 a { background-color: rgb(158,180,26); }

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

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

 span { border-color: rgb(158,180,26); }

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