#9EBE12

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

Shades of Citrus #9EBE12

Tints of Citrus #9EBE12

Color information

#9EBE12 (or 0x9EBE12) is unknown color: approx Citrus. HEX triplet: 9E, BE and 12. RGB value is (158,190,18). Sum of RGB (Red+Green+Blue) = 158+190+18=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBE12 is #6141ED. Grayscale: #A1A1A1. Windows color (decimal): -6373870 or 1228446. OLE color: 1228446.

HSL color Cylindrical-coordinate representation of color #9EBE12: hue angle of 71.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EBE12 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB15819018-
CMYK0.1700.910.25
HSL71.16º82.69%40.78%-
HSV(B)71.16º90.53%74.51%-
XYZ32.6244.147.37-
YUV160.8247.4125.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 190 (74.61% from 255) = 51.91%
BLUE value IS 18 (7.42% from 255) = 4.92%
R=43.17%
G=51.91%
B=4.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158190180.1700.910.2571.1682.6940.78
Hex9EBE121105B19475329
Octal236276222101333110712351
Binary10011110101111101001010001010110111100110001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,190,18); }

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

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

 a { background-color: rgb(158,190,18); }

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

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

 span { border-color: rgb(158,190,18); }

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