#97AF39

Color #97AF39 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #97AF39

Tints of Limerick #97AF39

Color information

#97AF39 (or 0x97AF39) is unknown color: approx Limerick. HEX triplet: 97, AF and 39. RGB value is (151,175,57). Sum of RGB (Red+Green+Blue) = 151+175+57=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AF39 is #6850C6. Grayscale: #9A9A9A. Windows color (decimal): -6836423 or 3780503. OLE color: 3780503.

HSL color Cylindrical-coordinate representation of color #97AF39: hue angle of 72.2º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97AF39 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB15117557-
CMYK0.1400.670.31
HSL72.2º50.86%45.49%-
HSV(B)72.2º67.43%68.63%-
XYZ28.8337.539.6-
YUV154.3773.05125.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=39.43%
G=45.69%
B=14.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151175570.1400.670.3172.250.8645.49
Hex97AF39E0431F48332d
Octal22725771160103371106355
Binary1001011110101111111001111001000011111111001000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,57); }

 H1.HeaderClassName
 {
   color: #97AF39;
 }
 .AnyTagClassName
 {
   color: #97AF39;
 }
</style>
background-color css

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

 a { background-color: rgb(151,175,57); }

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

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

 span { border-color: rgb(151,175,57); }

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