#9EA601

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

Shades of Citrus #9EA601

Tints of Citrus #9EA601

Color information

#9EA601 (or 0x9EA601) is unknown color: approx Citrus. HEX triplet: 9E, A6 and 01. RGB value is (158,166,1). Sum of RGB (Red+Green+Blue) = 158+166+1=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA601 is #6159FE. Grayscale: #919191. Windows color (decimal): -6380031 or 108190. OLE color: 108190.

HSL color Cylindrical-coordinate representation of color #9EA601: hue angle of 62.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EA601 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1581661-
CMYK0.0500.990.35
HSL62.91º98.8%32.75%-
HSV(B)62.91º99.4%65.1%-
XYZ27.7434.545.23-
YUV144.846.85137.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=48.62%
G=51.08%
B=0.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15816610.0500.990.3562.9198.832.75
Hex9EA615063233f6321
Octal236246150143437714341
Binary10011110101001101101011000111000111111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,166,1); }

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

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

 a { background-color: rgb(158,166,1); }

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

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

 span { border-color: rgb(158,166,1); }

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