#9EAE13

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

Shades of Citrus #9EAE13

Tints of Citrus #9EAE13

Color information

#9EAE13 (or 0x9EAE13) is unknown color: approx Citrus. HEX triplet: 9E, AE and 13. RGB value is (158,174,19). Sum of RGB (Red+Green+Blue) = 158+174+19=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAE13 is #6151EC. Grayscale: #989898. Windows color (decimal): -6377965 or 1289886. OLE color: 1289886.

HSL color Cylindrical-coordinate representation of color #9EAE13: hue angle of 66.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EAE13 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB15817419-
CMYK0.0900.890.32
HSL66.19º80.31%37.84%-
HSV(B)66.19º89.08%68.24%-
XYZ29.3537.596.32-
YUV151.5553.2132.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 19 (7.81% from 255) = 5.41%
R=45.01%
G=49.57%
B=5.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158174190.0900.890.3266.1980.3137.84
Hex9EAE13905920425026
Octal236256231101314010212046
Binary10011110101011101001110010101100110000010000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,19); }

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

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

 a { background-color: rgb(158,174,19); }

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

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

 span { border-color: rgb(158,174,19); }

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