#97C44F

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

Shades of Atlantis #97C44F

Tints of Atlantis #97C44F

Color information

#97C44F (or 0x97C44F) is unknown color: approx Atlantis. HEX triplet: 97, C4 and 4F. RGB value is (151,196,79). Sum of RGB (Red+Green+Blue) = 151+196+79=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #97C44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C44F is #683BB0. Grayscale: #A9A9A9. Windows color (decimal): -6831025 or 5227671. OLE color: 5227671.

HSL color Cylindrical-coordinate representation of color #97C44F: hue angle of 83.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97C44F is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB15119679-
CMYK0.2300.600.23
HSL83.08º49.79%53.92%-
HSV(B)83.08º59.69%76.86%-
XYZ33.9146.6214.61-
YUV169.2177.09115.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=35.45%
G=46.01%
B=18.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151196790.2300.600.2383.0849.7953.92
Hex97C44F1703C17533236
Octal22730411727074271236266
Binary10010111110001001001111101110111100101111010011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,79); }

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

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

 a { background-color: rgb(151,196,79); }

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

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

 span { border-color: rgb(151,196,79); }

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