#97C34B

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

Shades of Atlantis #97C34B

Tints of Atlantis #97C34B

Color information

#97C34B (or 0x97C34B) is unknown color: approx Atlantis. HEX triplet: 97, C3 and 4B. RGB value is (151,195,75). Sum of RGB (Red+Green+Blue) = 151+195+75=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #97C34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C34B is #683CB4. Grayscale: #A8A8A8. Windows color (decimal): -6831285 or 4965271. OLE color: 4965271.

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

Color convert

RGB15119575-
CMYK0.2300.620.24
HSL82º50%52.94%-
HSV(B)82º61.54%76.47%-
XYZ33.5546.1213.79-
YUV168.1675.42115.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 75 (29.69% from 255) = 17.81%
R=35.87%
G=46.32%
B=17.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151195750.2300.620.24825052.94
Hex97C34B1703E18523235
Octal22730311327076301226265
Binary10010111110000111001011101110111110110001010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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