Html Css Color HEX #9EA127 Citron

📋 copy color: '#9EA127'

red 158 ◦ green 161 ◦ blue 39

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

Shades of Citron #9EA127

Tints of Citron #9EA127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 44.13%
G = 44.97%
B = 10.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#9EA127 (or 0x9EA127) is known color: Citron. HEX triplet: 9E, A1 and 27. RGB value is (158,161,39). Sum of RGB (Red+Green+Blue) = 158+161+39=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA127 is #615ED8. Grayscale: #929292. Windows color (decimal): -6381273 or 2597278. OLE color: 2597278.

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

Color convert

RGB 158 161 39 -
CMYK 0.02 0 0.76 0.37
HSL 61.48º 0.61% 0.39% -
HSV(B) 61.48º 0.76% 0.63% -
XYZ 27.21 32.91 6.84 -
YUV 146.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 158 161 39 0.02 0 0.76 0.37 61.48 0.61 0.39
Hex 9E A1 27 2 0 4C 25 3D 3D 27
Octal 236 241 47 2 0 114 45 75 75 47
Binary 10011110 10100001 100111 10 0 1001100 100101 111101 111101 100111

Color Harmonies of #9EA127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA127

Black with #9EA127

Text Example


Text Example

White with #9EA127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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