Html Css Color HEX #9EA432 Citron

📋 copy color: '#9EA432'

red 158 ◦ green 164 ◦ blue 50

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

Shades of Citron #9EA432

Tints of Citron #9EA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

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

R = 42.47%
G = 44.09%
B = 13.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#9EA432 (or 0x9EA432) is known color: Citron. HEX triplet: 9E, A4 and 32. RGB value is (158,164,50). Sum of RGB (Red+Green+Blue) = 158+164+50=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA432 is #615BCD. Grayscale: #959595. Windows color (decimal): -6380494 or 3318942. OLE color: 3318942.

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

Color convert

RGB 158 164 50 -
CMYK 0.04 0 0.70 0.36
HSL 63.16º 0.53% 0.42% -
HSV(B) 63.16º 0.7% 0.64% -
XYZ 27.95 34.05 8.12 -
YUV 149.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 158 164 50 0.04 0 0.70 0.36 63.16 0.53 0.42
Hex 9E A4 32 4 0 46 24 3F 35 2A
Octal 236 244 62 4 0 106 44 77 65 52
Binary 10011110 10100100 110010 100 0 1000110 100100 111111 110101 101010

Color Harmonies of #9EA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA432

Black with #9EA432

Text Example


Text Example

White with #9EA432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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