Html Css Color HEX #9EA32C Citron

📋 copy color: '#9EA32C'

red 158 ◦ green 163 ◦ blue 44

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

Shades of Citron #9EA32C

Tints of Citron #9EA32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

 BLUE value IS 44 (17.58% from 255) = 12.05%

R = 43.29%
G = 44.66%
B = 12.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#9EA32C (or 0x9EA32C) is known color: Citron. HEX triplet: 9E, A3 and 2C. RGB value is (158,163,44). Sum of RGB (Red+Green+Blue) = 158+163+44=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA32C is #615CD3. Grayscale: #949494. Windows color (decimal): -6380756 or 2925470. OLE color: 2925470.

HSL color Cylindrical-coordinate representation of color #9EA32C: hue angle of 62.52º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EA32C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 163 44 -
CMYK 0.03 0 0.73 0.36
HSL 62.52º 0.57% 0.41% -
HSV(B) 62.52º 0.73% 0.64% -
XYZ 27.65 33.65 7.42 -
YUV 147.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 158 163 44 0.03 0 0.73 0.36 62.52 0.57 0.41
Hex 9E A3 2C 3 0 49 24 3F 39 29
Octal 236 243 54 3 0 111 44 77 71 51
Binary 10011110 10100011 101100 11 0 1001001 100100 111111 111001 101001

Color Harmonies of #9EA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA32C

Black with #9EA32C

Text Example


Text Example

White with #9EA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,44); }

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

background-color css

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

 a { background-color: rgb(158,163,44); }

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

border-color css

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

 span { border-color: rgb(158,163,44); }

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