Html Css Color HEX #9FAA34 Limerick

📋 copy color: '#9FAA34'

red 159 ◦ green 170 ◦ blue 52

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

Shades of Limerick #9FAA34

Tints of Limerick #9FAA34

RGB

 RED value IS 159 (62.5% from 255) = 41.73%

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

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

R = 41.73%
G = 44.62%
B = 13.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#9FAA34 (or 0x9FAA34) is known color: Limerick. HEX triplet: 9F, AA and 34. RGB value is (159,170,52). Sum of RGB (Red+Green+Blue) = 159+170+52=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA34 is #6055CB. Grayscale: #999999. Windows color (decimal): -6313420 or 3451551. OLE color: 3451551.

HSL color Cylindrical-coordinate representation of color #9FAA34: hue angle of 65.59º 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 #9FAA34 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 52 -
CMYK 0.06 0 0.69 0.33
HSL 65.59º 0.53% 0.44% -
HSV(B) 65.59º 0.69% 0.67% -
XYZ 29.29 36.37 8.72 -
YUV 153.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 159 170 52 0.06 0 0.69 0.33 65.59 0.53 0.44
Hex 9F AA 34 6 0 45 21 42 35 2C
Octal 237 252 64 6 0 105 41 102 65 54
Binary 10011111 10101010 110100 110 0 1000101 100001 1000010 110101 101100

Color Harmonies of #9FAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA34

Black with #9FAA34

Text Example


Text Example

White with #9FAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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