#97C14A

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

Shades of Atlantis #97C14A

Tints of Atlantis #97C14A

Color information

#97C14A (or 0x97C14A) is unknown color: approx Atlantis. HEX triplet: 97, C1 and 4A. RGB value is (151,193,74). Sum of RGB (Red+Green+Blue) = 151+193+74=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #97C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C14A is #683EB5. Grayscale: #A7A7A7. Windows color (decimal): -6831798 or 4899223. OLE color: 4899223.

HSL color Cylindrical-coordinate representation of color #97C14A: hue angle of 81.18º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97C14A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB15119374-
CMYK0.2200.620.24
HSL81.18º48.97%52.35%-
HSV(B)81.18º61.66%75.69%-
XYZ33.0745.2113.46-
YUV166.8875.59116.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=36.12%
G=46.17%
B=17.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151193740.2200.620.2481.1848.9752.35
Hex97C14A1603E18513134
Octal22730111226076301216164
Binary10010111110000011001010101100111110110001010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,193,74); }

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

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

 a { background-color: rgb(151,193,74); }

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

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

 span { border-color: rgb(151,193,74); }

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