Html Css Color HEX #9EA232 Citron

📋 copy color: '#9EA232'

red 158 ◦ green 162 ◦ blue 50

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

Shades of Citron #9EA232

Tints of Citron #9EA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.78%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 42.7%
G = 43.78%
B = 13.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#9EA232 (or 0x9EA232) is known color: Citron. HEX triplet: 9E, A2 and 32. RGB value is (158,162,50). Sum of RGB (Red+Green+Blue) = 158+162+50=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA232 is #615DCD. Grayscale: #949494. Windows color (decimal): -6381006 or 3318430. OLE color: 3318430.

HSL color Cylindrical-coordinate representation of color #9EA232: hue angle of 62.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EA232 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 50 -
CMYK 0.02 0 0.69 0.36
HSL 62.14º 0.53% 0.42% -
HSV(B) 62.14º 0.69% 0.64% -
XYZ 27.6 33.34 8 -
YUV 148.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 158 162 50 0.02 0 0.69 0.36 62.14 0.53 0.42
Hex 9E A2 32 2 0 45 24 3E 35 2A
Octal 236 242 62 2 0 105 44 76 65 52
Binary 10011110 10100010 110010 10 0 1000101 100100 111110 110101 101010

Color Harmonies of #9EA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA232

Black with #9EA232

Text Example


Text Example

White with #9EA232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,162,50); }

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

background-color css

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

 a { background-color: rgb(158,162,50); }

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

border-color css

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

 span { border-color: rgb(158,162,50); }

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