#97c052

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

Shades of Atlantis #97C052

Tints of Atlantis #97C052

Color information

#97C052 (or 0x97C052) is unknown color: approx Atlantis. HEX triplet: 97, C0 and 52. RGB value is (151,192,82). Sum of RGB (Red+Green+Blue) = 151+192+82=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #97C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C052 is #683FAD. Grayscale: #A7A7A7. Windows color (decimal): -6832046 or 5423255. OLE color: 5423255.

HSL color Cylindrical-coordinate representation of color #97C052: hue angle of 82.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97C052 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB15119282-
CMYK0.2100.570.25
HSL82.36º46.61%53.73%-
HSV(B)82.36º57.29%75.29%-
XYZ33.1444.8914.9-
YUV167.279.92116.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=35.53%
G=45.18%
B=19.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151192820.2100.570.2582.3646.6153.73
Hex97C0521503919522f36
Octal22730012225071311225766
Binary10010111110000001010010101010111001110011010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97c052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,82); }

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

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

 a { background-color: rgb(151,192,82); }

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

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

 span { border-color: rgb(151,192,82); }

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