Html Css Color HEX #9EAF31 Limerick

📋 copy color: '#9EAF31'

red 158 ◦ green 175 ◦ blue 49

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

Shades of Limerick #9EAF31

Tints of Limerick #9EAF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.83%

R = 41.36%
G = 45.81%
B = 12.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#9EAF31 (or 0x9EAF31) is known color: Limerick. HEX triplet: 9E, AF and 31. RGB value is (158,175,49). Sum of RGB (Red+Green+Blue) = 158+175+49=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF31 is #6150CE. Grayscale: #9C9C9C. Windows color (decimal): -6377679 or 3256222. OLE color: 3256222.

HSL color Cylindrical-coordinate representation of color #9EAF31: hue angle of 68.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EAF31 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 49 -
CMYK 0.10 0 0.72 0.31
HSL 68.1º 0.56% 0.44% -
HSV(B) 68.1º 0.72% 0.69% -
XYZ 29.98 38.15 8.69 -
YUV 155.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 158 175 49 0.10 0 0.72 0.31 68.1 0.56 0.44
Hex 9E AF 31 A 0 48 1F 44 38 2C
Octal 236 257 61 12 0 110 37 104 70 54
Binary 10011110 10101111 110001 1010 0 1001000 11111 1000100 111000 101100

Color Harmonies of #9EAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF31

Black with #9EAF31

Text Example


Text Example

White with #9EAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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