#97C142

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

Shades of Atlantis #97C142

Tints of Atlantis #97C142

Color information

#97C142 (or 0x97C142) is unknown color: approx Atlantis. HEX triplet: 97, C1 and 42. RGB value is (151,193,66). Sum of RGB (Red+Green+Blue) = 151+193+66=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #97C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C142 is #683EBD. Grayscale: #A6A6A6. Windows color (decimal): -6831806 or 4374935. OLE color: 4374935.

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

Color convert

RGB15119366-
CMYK0.2200.660.24
HSL79.84º50.6%50.78%-
HSV(B)79.84º65.8%75.69%-
XYZ32.8245.1112.13-
YUV165.9671.59117.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 193 (75.78% from 255) = 47.07%
BLUE value IS 66 (26.17% from 255) = 16.10%
R=36.83%
G=47.07%
B=16.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151193660.2200.660.2479.8450.650.78
Hex97C1421604218503333
Octal227301102260102301206363
Binary100101111100000110000101011001000010110001010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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