#97D849

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

Shades of Atlantis #97D849

Tints of Atlantis #97D849

Color information

#97D849 (or 0x97D849) is unknown color: approx Atlantis. HEX triplet: 97, D8 and 49. RGB value is (151,216,73). Sum of RGB (Red+Green+Blue) = 151+216+73=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #97D849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D849 is #6827B6. Grayscale: #B4B4B4. Windows color (decimal): -6825911 or 4839575. OLE color: 4839575.

HSL color Cylindrical-coordinate representation of color #97D849: hue angle of 87.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97D849 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB15121673-
CMYK0.3000.660.15
HSL87.27º64.71%56.67%-
HSV(B)87.27º66.2%84.71%-
XYZ38.5256.1715.12-
YUV180.2667.47107.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=34.32%
G=49.09%
B=16.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151216730.3000.660.1587.2764.7156.67
Hex97D8491E042F574139
Octal2273301113601021712710171
Binary100101111101100010010011111001000010111110101111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,73); }

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

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

 a { background-color: rgb(151,216,73); }

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

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

 span { border-color: rgb(151,216,73); }

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