#97C24D

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

Shades of Atlantis #97C24D

Tints of Atlantis #97C24D

Color information

#97C24D (or 0x97C24D) is unknown color: approx Atlantis. HEX triplet: 97, C2 and 4D. RGB value is (151,194,77). Sum of RGB (Red+Green+Blue) = 151+194+77=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #97C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C24D is #683DB2. Grayscale: #A8A8A8. Windows color (decimal): -6831539 or 5096087. OLE color: 5096087.

HSL color Cylindrical-coordinate representation of color #97C24D: hue angle of 82.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97C24D is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB15119477-
CMYK0.2200.600.24
HSL82.05º48.95%53.14%-
HSV(B)82.05º60.31%76.08%-
XYZ33.3945.714.08-
YUV167.876.75116.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=35.78%
G=45.97%
B=18.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151194770.2200.600.2482.0548.9553.14
Hex97C24D1603C18523135
Octal22730211526074301226165
Binary10010111110000101001101101100111100110001010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,194,77); }

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

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

 a { background-color: rgb(151,194,77); }

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

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

 span { border-color: rgb(151,194,77); }

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