#97CA45

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

Shades of Atlantis #97CA45

Tints of Atlantis #97CA45

Color information

#97CA45 (or 0x97CA45) is unknown color: approx Atlantis. HEX triplet: 97, CA and 45. RGB value is (151,202,69). Sum of RGB (Red+Green+Blue) = 151+202+69=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA45 is #6835BA. Grayscale: #ACACAC. Windows color (decimal): -6829499 or 4573847. OLE color: 4573847.

HSL color Cylindrical-coordinate representation of color #97CA45: hue angle of 83.01º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97CA45 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB15120269-
CMYK0.2500.660.21
HSL83.01º55.65%53.14%-
HSV(B)83.01º65.84%79.22%-
XYZ34.9649.2513.29-
YUV171.5970.1113.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=35.78%
G=47.87%
B=16.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202690.2500.660.2183.0155.6553.14
Hex97CA451904215533835
Octal227312105310102251237065
Binary100101111100101010001011100101000010101011010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,69); }

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

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

 a { background-color: rgb(151,202,69); }

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

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

 span { border-color: rgb(151,202,69); }

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