#97CA46

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

Shades of Atlantis #97CA46

Tints of Atlantis #97CA46

Color information

#97CA46 (or 0x97CA46) is unknown color: approx Atlantis. HEX triplet: 97, CA and 46. RGB value is (151,202,70). Sum of RGB (Red+Green+Blue) = 151+202+70=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA46 is #6835B9. Grayscale: #ACACAC. Windows color (decimal): -6829498 or 4639383. OLE color: 4639383.

HSL color Cylindrical-coordinate representation of color #97CA46: hue angle of 83.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97CA46 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB15120270-
CMYK0.2500.650.21
HSL83.18º55.46%53.33%-
HSV(B)83.18º65.35%79.22%-
XYZ34.9949.2613.46-
YUV171.770.6113.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 70 (27.73% from 255) = 16.55%
R=35.70%
G=47.75%
B=16.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202700.2500.650.2183.1855.4653.33
Hex97CA461904115533735
Octal227312106310101251236765
Binary100101111100101010001101100101000001101011010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,70); }

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

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

 a { background-color: rgb(151,202,70); }

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

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

 span { border-color: rgb(151,202,70); }

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