#97C63C

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

Shades of Atlantis #97C63C

Tints of Atlantis #97C63C

Color information

#97C63C (or 0x97C63C) is unknown color: approx Atlantis. HEX triplet: 97, C6 and 3C. RGB value is (151,198,60). Sum of RGB (Red+Green+Blue) = 151+198+60=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #97C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C63C is #6839C3. Grayscale: #A8A8A8. Windows color (decimal): -6830532 or 3982999. OLE color: 3982999.

HSL color Cylindrical-coordinate representation of color #97C63C: hue angle of 80.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97C63C is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB15119860-
CMYK0.2400.700.22
HSL80.43º54.76%50.59%-
HSV(B)80.43º69.7%77.65%-
XYZ33.7747.2911.62-
YUV168.2266.93115.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 198 (77.73% from 255) = 48.41%
BLUE value IS 60 (23.83% from 255) = 14.67%
R=36.92%
G=48.41%
B=14.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151198600.2400.700.2280.4354.7650.59
Hex97C63C1804616503733
Octal22730674300106261206763
Binary10010111110001101111001100001000110101101010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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