#97C34C

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

Shades of Atlantis #97C34C

Tints of Atlantis #97C34C

Color information

#97C34C (or 0x97C34C) is unknown color: approx Atlantis. HEX triplet: 97, C3 and 4C. RGB value is (151,195,76). Sum of RGB (Red+Green+Blue) = 151+195+76=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #97C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C34C is #683CB3. Grayscale: #A8A8A8. Windows color (decimal): -6831284 or 5030807. OLE color: 5030807.

HSL color Cylindrical-coordinate representation of color #97C34C: hue angle of 82.18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97C34C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB15119576-
CMYK0.2300.610.24
HSL82.18º49.79%53.14%-
HSV(B)82.18º61.03%76.47%-
XYZ33.5846.1313.97-
YUV168.2875.92115.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=35.78%
G=46.21%
B=18.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151195760.2300.610.2482.1849.7953.14
Hex97C34C1703D18523235
Octal22730311427075301226265
Binary10010111110000111001100101110111101110001010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,76); }

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

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

 a { background-color: rgb(151,195,76); }

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

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

 span { border-color: rgb(151,195,76); }

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