#9EB50F

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

Shades of Citrus #9EB50F

Tints of Citrus #9EB50F

Color information

#9EB50F (or 0x9EB50F) is unknown color: approx Citrus. HEX triplet: 9E, B5 and 0F. RGB value is (158,181,15). Sum of RGB (Red+Green+Blue) = 158+181+15=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB50F is #614AF0. Grayscale: #9B9B9B. Windows color (decimal): -6376177 or 1029534. OLE color: 1029534.

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

Color convert

RGB15818115-
CMYK0.1300.920.29
HSL68.31º84.69%38.43%-
HSV(B)68.31º91.71%70.98%-
XYZ30.7140.356.62-
YUV155.248.88130-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 15 (6.25% from 255) = 4.24%
R=44.63%
G=51.13%
B=4.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158181150.1300.920.2968.3184.6938.43
Hex9EB5FD05C1D445526
Octal236265171501343510412546
Binary100111101011010111111101010111001110110001001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,181,15); }

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

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

 a { background-color: rgb(158,181,15); }

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

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

 span { border-color: rgb(158,181,15); }

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