Html Css Color HEX #97AA28 Limerick

📋 copy color: '#97AA28'

red 151 ◦ green 170 ◦ blue 40

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

Shades of Limerick #97AA28

Tints of Limerick #97AA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 41.83%
G = 47.09%
B = 11.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#97AA28 (or 0x97AA28) is known color: Limerick. HEX triplet: 97, AA and 28. RGB value is (151,170,40). Sum of RGB (Red+Green+Blue) = 151+170+40=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AA28 is #6855D7. Grayscale: #969696. Windows color (decimal): -6837720 or 2665111. OLE color: 2665111.

HSL color Cylindrical-coordinate representation of color #97AA28: hue angle of 68.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97AA28 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 170 40 -
CMYK 0.11 0 0.76 0.33
HSL 68.77º 0.62% 0.41% -
HSV(B) 68.77º 0.76% 0.67% -
XYZ 27.52 35.48 7.41 -
YUV 149.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 151 170 40 0.11 0 0.76 0.33 68.77 0.62 0.41
Hex 97 AA 28 B 0 4C 21 45 3E 29
Octal 227 252 50 13 0 114 41 105 76 51
Binary 10010111 10101010 101000 1011 0 1001100 100001 1000101 111110 101001

Color Harmonies of #97AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA28

Black with #97AA28

Text Example


Text Example

White with #97AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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