Html Css Color HEX #9AAA33 Limerick

📋 copy color: '#9AAA33'

red 154 ◦ green 170 ◦ blue 51

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

Shades of Limerick #9AAA33

Tints of Limerick #9AAA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 41.07%
G = 45.33%
B = 13.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#9AAA33 (or 0x9AAA33) is known color: Limerick. HEX triplet: 9A, AA and 33. RGB value is (154,170,51). Sum of RGB (Red+Green+Blue) = 154+170+51=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA33 is #6555CC. Grayscale: #989898. Windows color (decimal): -6641101 or 3386010. OLE color: 3386010.

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

Color convert

RGB 154 170 51 -
CMYK 0.09 0 0.7 0.33
HSL 68.07º 0.54% 0.43% -
HSV(B) 68.07º 0.7% 0.67% -
XYZ 28.3 35.86 8.56 -
YUV 151.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 154 170 51 0.09 0 0.7 0.33 68.07 0.54 0.43
Hex 9A AA 33 9 0 46 21 44 36 2B
Octal 232 252 63 11 0 106 41 104 66 53
Binary 10011010 10101010 110011 1001 0 1000110 100001 1000100 110110 101011

Color Harmonies of #9AAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA33

Black with #9AAA33

Text Example


Text Example

White with #9AAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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