Html Css Color HEX #9EA12D Citron

📋 copy color: '#9EA12D'

red 158 ◦ green 161 ◦ blue 45

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

Shades of Citron #9EA12D

Tints of Citron #9EA12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 43.41%
G = 44.23%
B = 12.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#9EA12D (or 0x9EA12D) is known color: Citron. HEX triplet: 9E, A1 and 2D. RGB value is (158,161,45). Sum of RGB (Red+Green+Blue) = 158+161+45=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA12D is #615ED2. Grayscale: #939393. Windows color (decimal): -6381267 or 2990494. OLE color: 2990494.

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

Color convert

RGB 158 161 45 -
CMYK 0.02 0 0.72 0.37
HSL 61.55º 0.56% 0.4% -
HSV(B) 61.55º 0.72% 0.63% -
XYZ 27.32 32.95 7.4 -
YUV 146.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 158 161 45 0.02 0 0.72 0.37 61.55 0.56 0.4
Hex 9E A1 2D 2 0 48 25 3E 38 28
Octal 236 241 55 2 0 110 45 76 70 50
Binary 10011110 10100001 101101 10 0 1001000 100101 111110 111000 101000

Color Harmonies of #9EA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA12D

Black with #9EA12D

Text Example


Text Example

White with #9EA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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