Html Css Color HEX #9EA122 Citron

📋 copy color: '#9EA122'

red 158 ◦ green 161 ◦ blue 34

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

Shades of Citron #9EA122

Tints of Citron #9EA122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.61%

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 44.76%
G = 45.61%
B = 9.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#9EA122 (or 0x9EA122) is known color: Citron. HEX triplet: 9E, A1 and 22. RGB value is (158,161,34). Sum of RGB (Red+Green+Blue) = 158+161+34=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA122 is #615EDD. Grayscale: #929292. Windows color (decimal): -6381278 or 2269598. OLE color: 2269598.

HSL color Cylindrical-coordinate representation of color #9EA122: hue angle of 61.42º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EA122 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 34 -
CMYK 0.02 0 0.79 0.37
HSL 61.42º 0.65% 0.38% -
HSV(B) 61.42º 0.79% 0.63% -
XYZ 27.13 32.87 6.43 -
YUV 145.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 158 161 34 0.02 0 0.79 0.37 61.42 0.65 0.38
Hex 9E A1 22 2 0 4F 25 3D 41 26
Octal 236 241 42 2 0 117 45 75 101 46
Binary 10011110 10100001 100010 10 0 1001111 100101 111101 1000001 100110

Color Harmonies of #9EA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA122

Black with #9EA122

Text Example


Text Example

White with #9EA122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,34); }

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

background-color css

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

 a { background-color: rgb(158,161,34); }

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

border-color css

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

 span { border-color: rgb(158,161,34); }

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