Html Css Color HEX #9AAA34 Limerick

📋 copy color: '#9AAA34'

red 154 ◦ green 170 ◦ blue 52

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

Shades of Limerick #9AAA34

Tints of Limerick #9AAA34

RGB

 RED value IS 154 (60.55% from 255) = 40.96%

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

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

R = 40.96%
G = 45.21%
B = 13.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#9AAA34 (or 0x9AAA34) is known color: Limerick. HEX triplet: 9A, AA and 34. RGB value is (154,170,52). Sum of RGB (Red+Green+Blue) = 154+170+52=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA34 is #6555CB. Grayscale: #989898. Windows color (decimal): -6641100 or 3451546. OLE color: 3451546.

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

Color convert

RGB 154 170 52 -
CMYK 0.09 0 0.69 0.33
HSL 68.14º 0.53% 0.44% -
HSV(B) 68.14º 0.69% 0.67% -
XYZ 28.32 35.87 8.68 -
YUV 151.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 154 170 52 0.09 0 0.69 0.33 68.14 0.53 0.44
Hex 9A AA 34 9 0 45 21 44 35 2C
Octal 232 252 64 11 0 105 41 104 65 54
Binary 10011010 10101010 110100 1001 0 1000101 100001 1000100 110101 101100

Color Harmonies of #9AAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA34

Black with #9AAA34

Text Example


Text Example

White with #9AAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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