#97C151

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

Shades of Atlantis #97C151

Tints of Atlantis #97C151

Color information

#97C151 (or 0x97C151) is unknown color: approx Atlantis. HEX triplet: 97, C1 and 51. RGB value is (151,193,81). Sum of RGB (Red+Green+Blue) = 151+193+81=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #97C151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C151 is #683EAE. Grayscale: #A8A8A8. Windows color (decimal): -6831791 or 5357975. OLE color: 5357975.

HSL color Cylindrical-coordinate representation of color #97C151: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97C151 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB15119381-
CMYK0.2200.580.24
HSL82.5º47.46%53.73%-
HSV(B)82.5º58.03%75.69%-
XYZ33.3245.3114.77-
YUV167.6779.09116.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 193 (75.78% from 255) = 45.41%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=35.53%
G=45.41%
B=19.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151193810.2200.580.2482.547.4653.73
Hex97C1511603A18522f36
Octal22730112126072301225766
Binary10010111110000011010001101100111010110001010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,193,81); }

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

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

 a { background-color: rgb(151,193,81); }

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

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

 span { border-color: rgb(151,193,81); }

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