Html Css Color HEX #9EAA34 Limerick

📋 copy color: '#9EAA34'

red 158 ◦ green 170 ◦ blue 52

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

Shades of Limerick #9EAA34

Tints of Limerick #9EAA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 41.58%
G = 44.74%
B = 13.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#9EAA34 (or 0x9EAA34) is known color: Limerick. HEX triplet: 9E, AA and 34. RGB value is (158,170,52). Sum of RGB (Red+Green+Blue) = 158+170+52=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA34 is #6155CB. Grayscale: #999999. Windows color (decimal): -6378956 or 3451550. OLE color: 3451550.

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

Color convert

RGB 158 170 52 -
CMYK 0.07 0 0.69 0.33
HSL 66.1º 0.53% 0.44% -
HSV(B) 66.1º 0.69% 0.67% -
XYZ 29.1 36.27 8.72 -
YUV 152.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 158 170 52 0.07 0 0.69 0.33 66.1 0.53 0.44
Hex 9E AA 34 7 0 45 21 42 35 2C
Octal 236 252 64 7 0 105 41 102 65 54
Binary 10011110 10101010 110100 111 0 1000101 100001 1000010 110101 101100

Color Harmonies of #9EAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA34

Black with #9EAA34

Text Example


Text Example

White with #9EAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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