#97D155

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

Shades of Atlantis #97D155

Tints of Atlantis #97D155

Color information

#97D155 (or 0x97D155) is unknown color: approx Atlantis. HEX triplet: 97, D1 and 55. RGB value is (151,209,85). Sum of RGB (Red+Green+Blue) = 151+209+85=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #97D155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D155 is #682EAA. Grayscale: #B1B1B1. Windows color (decimal): -6827691 or 5624215. OLE color: 5624215.

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

Color convert

RGB15120985-
CMYK0.2800.590.18
HSL88.06º57.41%57.65%-
HSV(B)88.06º59.33%81.96%-
XYZ37.252.8416.83-
YUV177.5275.78109.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 209 (82.03% from 255) = 46.97%
BLUE value IS 85 (33.59% from 255) = 19.10%
R=33.93%
G=46.97%
B=19.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151209850.2800.590.1888.0657.4157.65
Hex97D1551C03B1258393a
Octal22732112534073221307172
Binary10010111110100011010101111000111011100101011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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