#97D142

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

Shades of Atlantis #97D142

Tints of Atlantis #97D142

Color information

#97D142 (or 0x97D142) is unknown color: approx Atlantis. HEX triplet: 97, D1 and 42. RGB value is (151,209,66). Sum of RGB (Red+Green+Blue) = 151+209+66=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #97D142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D142 is #682EBD. Grayscale: #AFAFAF. Windows color (decimal): -6827710 or 4379031. OLE color: 4379031.

HSL color Cylindrical-coordinate representation of color #97D142: hue angle of 84.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97D142 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB15120966-
CMYK0.2800.680.18
HSL84.34º60.85%53.92%-
HSV(B)84.34º68.42%81.96%-
XYZ36.5552.5713.38-
YUV175.3666.28110.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 209 (82.03% from 255) = 49.06%
BLUE value IS 66 (26.17% from 255) = 15.49%
R=35.45%
G=49.06%
B=15.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151209660.2800.680.1884.3460.8553.92
Hex97D1421C04412543d36
Octal227321102340104221247566
Binary100101111101000110000101110001000100100101010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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