Html Css Color HEX #9EAF30 Limerick

📋 copy color: '#9EAF30'

red 158 ◦ green 175 ◦ blue 48

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

Shades of Limerick #9EAF30

Tints of Limerick #9EAF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 41.47%
G = 45.93%
B = 12.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#9EAF30 (or 0x9EAF30) is known color: Limerick. HEX triplet: 9E, AF and 30. RGB value is (158,175,48). Sum of RGB (Red+Green+Blue) = 158+175+48=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF30 is #6150CF. Grayscale: #9B9B9B. Windows color (decimal): -6377680 or 3190686. OLE color: 3190686.

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

Color convert

RGB 158 175 48 -
CMYK 0.10 0 0.73 0.31
HSL 68.03º 0.57% 0.44% -
HSV(B) 68.03º 0.73% 0.69% -
XYZ 29.96 38.14 8.58 -
YUV 155.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 158 175 48 0.10 0 0.73 0.31 68.03 0.57 0.44
Hex 9E AF 30 A 0 49 1F 44 39 2C
Octal 236 257 60 12 0 111 37 104 71 54
Binary 10011110 10101111 110000 1010 0 1001001 11111 1000100 111001 101100

Color Harmonies of #9EAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF30

Black with #9EAF30

Text Example


Text Example

White with #9EAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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