Html Css Color HEX #9AAA40 Limerick

📋 copy color: '#9AAA40'

red 154 ◦ green 170 ◦ blue 64

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

Shades of Limerick #9AAA40

Tints of Limerick #9AAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 39.69%
G = 43.81%
B = 16.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#9AAA40 (or 0x9AAA40) is known color: Limerick. HEX triplet: 9A, AA and 40. RGB value is (154,170,64). Sum of RGB (Red+Green+Blue) = 154+170+64=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA40 is #6555BF. Grayscale: #999999. Windows color (decimal): -6641088 or 4237978. OLE color: 4237978.

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

Color convert

RGB 154 170 64 -
CMYK 0.09 0 0.62 0.33
HSL 69.06º 0.45% 0.46% -
HSV(B) 69.06º 0.62% 0.67% -
XYZ 28.63 35.99 10.29 -
YUV 153.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 154 170 64 0.09 0 0.62 0.33 69.06 0.45 0.46
Hex 9A AA 40 9 0 3E 21 45 2D 2E
Octal 232 252 100 11 0 76 41 105 55 56
Binary 10011010 10101010 1000000 1001 0 111110 100001 1000101 101101 101110

Color Harmonies of #9AAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA40

Black with #9AAA40

Text Example


Text Example

White with #9AAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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