Html Css Color HEX #9EAF34 Limerick

📋 copy color: '#9EAF34'

red 158 ◦ green 175 ◦ blue 52

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

Shades of Limerick #9EAF34

Tints of Limerick #9EAF34

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

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

R = 41.04%
G = 45.45%
B = 13.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#9EAF34 (or 0x9EAF34) is known color: Limerick. HEX triplet: 9E, AF and 34. RGB value is (158,175,52). Sum of RGB (Red+Green+Blue) = 158+175+52=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF34 is #6150CB. Grayscale: #9C9C9C. Windows color (decimal): -6377676 or 3452830. OLE color: 3452830.

HSL color Cylindrical-coordinate representation of color #9EAF34: hue angle of 68.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EAF34 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 52 -
CMYK 0.10 0 0.70 0.31
HSL 68.29º 0.54% 0.45% -
HSV(B) 68.29º 0.7% 0.69% -
XYZ 30.05 38.18 9.03 -
YUV 155.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 158 175 52 0.10 0 0.70 0.31 68.29 0.54 0.45
Hex 9E AF 34 A 0 46 1F 44 36 2D
Octal 236 257 64 12 0 106 37 104 66 55
Binary 10011110 10101111 110100 1010 0 1000110 11111 1000100 110110 101101

Color Harmonies of #9EAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF34

Black with #9EAF34

Text Example


Text Example

White with #9EAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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