Html Css Color HEX #97AA40 Limerick

📋 copy color: '#97AA40'

red 151 ◦ green 170 ◦ blue 64

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

Shades of Limerick #97AA40

Tints of Limerick #97AA40

RGB

 RED value IS 151 (59.38% from 255) = 39.22%

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

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

R = 39.22%
G = 44.16%
B = 16.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#97AA40 (or 0x97AA40) is known color: Limerick. HEX triplet: 97, AA and 40. RGB value is (151,170,64). Sum of RGB (Red+Green+Blue) = 151+170+64=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AA40 is #6855BF. Grayscale: #989898. Windows color (decimal): -6837696 or 4237975. OLE color: 4237975.

HSL color Cylindrical-coordinate representation of color #97AA40: hue angle of 70.75º 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 #97AA40 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 170 64 -
CMYK 0.11 0 0.62 0.33
HSL 70.75º 0.45% 0.46% -
HSV(B) 70.75º 0.62% 0.67% -
XYZ 28.06 35.7 10.26 -
YUV 152.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 151 170 64 0.11 0 0.62 0.33 70.75 0.45 0.46
Hex 97 AA 40 B 0 3E 21 47 2D 2E
Octal 227 252 100 13 0 76 41 107 55 56
Binary 10010111 10101010 1000000 1011 0 111110 100001 1000111 101101 101110

Color Harmonies of #97AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA40

Black with #97AA40

Text Example


Text Example

White with #97AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97AA40; }

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

 H1.HeaderClassName
 {
   color: #97AA40;
 }
 .AnyTagClassName
 {
   color: #97AA40;
 }
</style>

background-color css

<style>
 a { background-color: #97AA40; }

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

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

border-color css

<style>
 span { border-color: #97AA40; }

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

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