Html Css Color HEX #9EA005 Citrus

📋 copy color: '#9EA005'

red 158 ◦ green 160 ◦ blue 5

#9EA005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9EA005

Tints of Citrus #9EA005

RGB

 RED value IS 158 (62.11% from 255) = 48.92%

 GREEN value IS 160 (62.89% from 255) = 49.54%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 48.92%
G = 49.54%
B = 1.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#9EA005 (or 0x9EA005) is known color: Citrus. HEX triplet: 9E, A0 and 05. RGB value is (158,160,5). Sum of RGB (Red+Green+Blue) = 158+160+5=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA005 is #615FFA. Grayscale: #8E8E8E. Windows color (decimal): -6381563 or 368798. OLE color: 368798.

HSL color Cylindrical-coordinate representation of color #9EA005: hue angle of 60.77º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EA005 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 160 5 -
CMYK 0.01 0 0.97 0.37
HSL 60.77º 0.94% 0.32% -
HSV(B) 60.77º 0.97% 0.63% -
XYZ 26.7 32.42 4.99 -
YUV 141.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 158 160 5 0.01 0 0.97 0.37 60.77 0.94 0.32
Hex 9E A0 5 1 0 61 25 3D 5E 20
Octal 236 240 5 1 0 141 45 75 136 40
Binary 10011110 10100000 101 1 0 1100001 100101 111101 1011110 100000

Color Harmonies of #9EA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA005

Black with #9EA005

Text Example


Text Example

White with #9EA005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,5); }

 H1.HeaderClassName
 {
   color: #9EA005;
 }
 .AnyTagClassName
 {
   color: #9EA005;
 }
</style>

background-color css

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

 a { background-color: rgb(158,160,5); }

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

border-color css

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

 span { border-color: rgb(158,160,5); }

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