#97DA3A

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

Shades of Atlantis #97DA3A

Tints of Atlantis #97DA3A

Color information

#97DA3A (or 0x97DA3A) is unknown color: approx Atlantis. HEX triplet: 97, DA and 3A. RGB value is (151,218,58). Sum of RGB (Red+Green+Blue) = 151+218+58=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #97DA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DA3A is #6825C5. Grayscale: #B4B4B4. Windows color (decimal): -6825414 or 3857047. OLE color: 3857047.

HSL color Cylindrical-coordinate representation of color #97DA3A: hue angle of 85.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97DA3A is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB15121858-
CMYK0.3100.730.15
HSL85.12º68.38%54.12%-
HSV(B)85.12º73.39%85.49%-
XYZ38.657.0312.98-
YUV179.7359.3107.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 218 (85.55% from 255) = 51.05%
BLUE value IS 58 (23.05% from 255) = 13.58%
R=35.36%
G=51.05%
B=13.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151218580.3100.730.1585.1268.3854.12
Hex97DA3A1F049F554436
Octal227332723701111712510466
Binary10010111110110101110101111101001001111110101011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,218,58); }

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

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

 a { background-color: rgb(151,218,58); }

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

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

 span { border-color: rgb(151,218,58); }

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