#97C649

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

Shades of Atlantis #97C649

Tints of Atlantis #97C649

Color information

#97C649 (or 0x97C649) is unknown color: approx Atlantis. HEX triplet: 97, C6 and 49. RGB value is (151,198,73). Sum of RGB (Red+Green+Blue) = 151+198+73=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #97C649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C649 is #6839B6. Grayscale: #AAAAAA. Windows color (decimal): -6830519 or 4834967. OLE color: 4834967.

HSL color Cylindrical-coordinate representation of color #97C649: hue angle of 82.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97C649 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB15119873-
CMYK0.2400.630.22
HSL82.56º52.3%53.14%-
HSV(B)82.56º63.13%77.65%-
XYZ34.1647.4513.66-
YUV169.773.43114.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=35.78%
G=46.92%
B=17.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151198730.2400.630.2282.5652.353.14
Hex97C6491803F16533435
Octal22730611130077261236465
Binary10010111110001101001001110000111111101101010011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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