Html Css Color HEX #9EAA2D Citron

📋 copy color: '#9EAA2D'

red 158 ◦ green 170 ◦ blue 45

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

Shades of Citron #9EAA2D

Tints of Citron #9EAA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

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

R = 42.36%
G = 45.58%
B = 12.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#9EAA2D (or 0x9EAA2D) is known color: Citron. HEX triplet: 9E, AA and 2D. RGB value is (158,170,45). Sum of RGB (Red+Green+Blue) = 158+170+45=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA2D is #6155D2. Grayscale: #989898. Windows color (decimal): -6378963 or 2992798. OLE color: 2992798.

HSL color Cylindrical-coordinate representation of color #9EAA2D: hue angle of 65.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EAA2D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 45 -
CMYK 0.07 0 0.74 0.33
HSL 65.76º 0.58% 0.42% -
HSV(B) 65.76º 0.74% 0.67% -
XYZ 28.95 36.21 7.95 -
YUV 152.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 158 170 45 0.07 0 0.74 0.33 65.76 0.58 0.42
Hex 9E AA 2D 7 0 4A 21 42 3A 2A
Octal 236 252 55 7 0 112 41 102 72 52
Binary 10011110 10101010 101101 111 0 1001010 100001 1000010 111010 101010

Color Harmonies of #9EAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA2D

Black with #9EAA2D

Text Example


Text Example

White with #9EAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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