#97C442

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

Shades of Atlantis #97C442

Tints of Atlantis #97C442

Color information

#97C442 (or 0x97C442) is unknown color: approx Atlantis. HEX triplet: 97, C4 and 42. RGB value is (151,196,66). Sum of RGB (Red+Green+Blue) = 151+196+66=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #97C442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C442 is #683BBD. Grayscale: #A8A8A8. Windows color (decimal): -6831038 or 4375703. OLE color: 4375703.

HSL color Cylindrical-coordinate representation of color #97C442: hue angle of 80.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97C442 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB15119666-
CMYK0.2300.660.23
HSL80.77º52.42%51.37%-
HSV(B)80.77º66.33%76.86%-
XYZ33.4946.4512.36-
YUV167.7270.59116.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=36.56%
G=47.46%
B=15.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151196660.2300.660.2380.7752.4251.37
Hex97C4421704217513433
Octal227304102270102271216463
Binary100101111100010010000101011101000010101111010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,66); }

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

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

 a { background-color: rgb(151,196,66); }

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

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

 span { border-color: rgb(151,196,66); }

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