#97C24A

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

Shades of Atlantis #97C24A

Tints of Atlantis #97C24A

Color information

#97C24A (or 0x97C24A) is unknown color: approx Atlantis. HEX triplet: 97, C2 and 4A. RGB value is (151,194,74). Sum of RGB (Red+Green+Blue) = 151+194+74=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #97C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C24A is #683DB5. Grayscale: #A7A7A7. Windows color (decimal): -6831542 or 4899479. OLE color: 4899479.

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

Color convert

RGB15119474-
CMYK0.2200.620.24
HSL81.5º49.59%52.55%-
HSV(B)81.5º61.86%76.08%-
XYZ33.2945.6613.54-
YUV167.4675.25116.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 74 (29.30% from 255) = 17.66%
R=36.04%
G=46.30%
B=17.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151194740.2200.620.2481.549.5952.55
Hex97C24A1603E18523235
Octal22730211226076301226265
Binary10010111110000101001010101100111110110001010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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