#9EA506

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

Shades of Citrus #9EA506

Tints of Citrus #9EA506

Color information

#9EA506 (or 0x9EA506) is unknown color: approx Citrus. HEX triplet: 9E, A5 and 06. RGB value is (158,165,6). Sum of RGB (Red+Green+Blue) = 158+165+6=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA506 is #615AF9. Grayscale: #919191. Windows color (decimal): -6380282 or 435614. OLE color: 435614.

HSL color Cylindrical-coordinate representation of color #9EA506: hue angle of 62.64º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EA506 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1581656-
CMYK0.0400.960.35
HSL62.64º92.98%33.53%-
HSV(B)62.64º96.36%64.71%-
XYZ27.5934.195.32-
YUV144.7849.68137.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.02%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=48.02%
G=50.15%
B=1.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15816560.0400.960.3562.6492.9833.53
Hex9EA564060233f5d22
Octal236245640140437713542
Binary1001111010100101110100011000001000111111111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,6); }

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

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

 a { background-color: rgb(158,165,6); }

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

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

 span { border-color: rgb(158,165,6); }

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