Html Css Color HEX #9AAA42 Limerick

📋 copy color: '#9AAA42'

red 154 ◦ green 170 ◦ blue 66

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

Shades of Limerick #9AAA42

Tints of Limerick #9AAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 39.49%
G = 43.59%
B = 16.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#9AAA42 (or 0x9AAA42) is known color: Limerick. HEX triplet: 9A, AA and 42. RGB value is (154,170,66). Sum of RGB (Red+Green+Blue) = 154+170+66=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA42 is #6555BD. Grayscale: #999999. Windows color (decimal): -6641086 or 4369050. OLE color: 4369050.

HSL color Cylindrical-coordinate representation of color #9AAA42: hue angle of 69.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AAA42 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 170 66 -
CMYK 0.09 0 0.61 0.33
HSL 69.23º 0.44% 0.46% -
HSV(B) 69.23º 0.61% 0.67% -
XYZ 28.68 36.01 10.59 -
YUV 153.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 154 170 66 0.09 0 0.61 0.33 69.23 0.44 0.46
Hex 9A AA 42 9 0 3D 21 45 2C 2E
Octal 232 252 102 11 0 75 41 105 54 56
Binary 10011010 10101010 1000010 1001 0 111101 100001 1000101 101100 101110

Color Harmonies of #9AAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA42

Black with #9AAA42

Text Example


Text Example

White with #9AAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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