Html Css Color HEX #9EAD31 Limerick

📋 copy color: '#9EAD31'

red 158 ◦ green 173 ◦ blue 49

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

Shades of Limerick #9EAD31

Tints of Limerick #9EAD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.53%

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

R = 41.58%
G = 45.53%
B = 12.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#9EAD31 (or 0x9EAD31) is known color: Limerick. HEX triplet: 9E, AD and 31. RGB value is (158,173,49). Sum of RGB (Red+Green+Blue) = 158+173+49=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAD31 is #6152CE. Grayscale: #9A9A9A. Windows color (decimal): -6378191 or 3255710. OLE color: 3255710.

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

Color convert

RGB 158 173 49 -
CMYK 0.09 0 0.72 0.32
HSL 67.26º 0.56% 0.44% -
HSV(B) 67.26º 0.72% 0.68% -
XYZ 29.6 37.38 8.56 -
YUV 154.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 158 173 49 0.09 0 0.72 0.32 67.26 0.56 0.44
Hex 9E AD 31 9 0 48 20 43 38 2C
Octal 236 255 61 11 0 110 40 103 70 54
Binary 10011110 10101101 110001 1001 0 1001000 100000 1000011 111000 101100

Color Harmonies of #9EAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD31

Black with #9EAD31

Text Example


Text Example

White with #9EAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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