#97CC4A

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

Shades of Atlantis #97CC4A

Tints of Atlantis #97CC4A

Color information

#97CC4A (or 0x97CC4A) is unknown color: approx Atlantis. HEX triplet: 97, CC and 4A. RGB value is (151,204,74). Sum of RGB (Red+Green+Blue) = 151+204+74=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CC4A is #6833B5. Grayscale: #ADADAD. Windows color (decimal): -6828982 or 4902039. OLE color: 4902039.

HSL color Cylindrical-coordinate representation of color #97CC4A: hue angle of 84.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97CC4A is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB15120474-
CMYK0.2600.640.2
HSL84.46º56.03%54.51%-
HSV(B)84.46º63.73%80%-
XYZ35.5950.2614.3-
YUV173.3371.94112.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=35.20%
G=47.55%
B=17.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151204740.2600.640.284.4656.0354.51
Hex97CC4A1A04014543837
Octal227314112320100241247067
Binary100101111100110010010101101001000000101001010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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