Html Css Color HEX #97C246 Atlantis

📋 copy color: '#97C246'

red 151 ◦ green 194 ◦ blue 70

#97C246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #97C246

Tints of Atlantis #97C246

RGB

 RED value IS 151 (59.38% from 255) = 36.39%

 GREEN value IS 194 (76.17% from 255) = 46.75%

 BLUE value IS 70 (27.73% from 255) = 16.87%

R = 36.39%
G = 46.75%
B = 16.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#97C246 (or 0x97C246) is known color: Atlantis. HEX triplet: 97, C2 and 46. RGB value is (151,194,70). Sum of RGB (Red+Green+Blue) = 151+194+70=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #97C246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C246 is #683DB9. Grayscale: #A7A7A7. Windows color (decimal): -6831546 or 4637335. OLE color: 4637335.

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

Color convert

RGB 151 194 70 -
CMYK 0.22 0 0.64 0.24
HSL 80.81º 0.5% 0.52% -
HSV(B) 80.81º 0.64% 0.76% -
XYZ 33.16 45.61 12.85 -
YUV 167.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 151 194 70 0.22 0 0.64 0.24 80.81 0.5 0.52
Hex 97 C2 46 16 0 40 18 51 32 34
Octal 227 302 106 26 0 100 30 121 62 64
Binary 10010111 11000010 1000110 10110 0 1000000 11000 1010001 110010 110100

Color Harmonies of #97C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C246

Black with #97C246

Text Example


Text Example

White with #97C246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97C246;
 }
 .AnyTagClassName
 {
   color: #97C246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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