Html Css Color HEX #97AA25 Limerick

📋 copy color: '#97AA25'

red 151 ◦ green 170 ◦ blue 37

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

Shades of Limerick #97AA25

Tints of Limerick #97AA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 42.18%
G = 47.49%
B = 10.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#97AA25 (or 0x97AA25) is known color: Limerick. HEX triplet: 97, AA and 25. RGB value is (151,170,37). Sum of RGB (Red+Green+Blue) = 151+170+37=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AA25 is #6855DA. Grayscale: #959595. Windows color (decimal): -6837723 or 2468503. OLE color: 2468503.

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

Color convert

RGB 151 170 37 -
CMYK 0.11 0 0.78 0.33
HSL 68.57º 0.64% 0.41% -
HSV(B) 68.57º 0.78% 0.67% -
XYZ 27.47 35.46 7.15 -
YUV 149.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 151 170 37 0.11 0 0.78 0.33 68.57 0.64 0.41
Hex 97 AA 25 B 0 4E 21 45 40 29
Octal 227 252 45 13 0 116 41 105 100 51
Binary 10010111 10101010 100101 1011 0 1001110 100001 1000101 1000000 101001

Color Harmonies of #97AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA25

Black with #97AA25

Text Example


Text Example

White with #97AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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