Html Css Color HEX #97C046 Atlantis

📋 copy color: '#97C046'

red 151 ◦ green 192 ◦ blue 70

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

Shades of Atlantis #97C046

Tints of Atlantis #97C046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 36.56%
G = 46.49%
B = 16.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#97C046 (or 0x97C046) is known color: Atlantis. HEX triplet: 97, C0 and 46. RGB value is (151,192,70). Sum of RGB (Red+Green+Blue) = 151+192+70=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #97C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C046 is #683FB9. Grayscale: #A6A6A6. Windows color (decimal): -6832058 or 4636823. OLE color: 4636823.

HSL color Cylindrical-coordinate representation of color #97C046: hue angle of 80.16º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97C046 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 192 70 -
CMYK 0.21 0 0.64 0.25
HSL 80.16º 0.49% 0.51% -
HSV(B) 80.16º 0.64% 0.75% -
XYZ 32.72 44.72 12.7 -
YUV 165.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 151 192 70 0.21 0 0.64 0.25 80.16 0.49 0.51
Hex 97 C0 46 15 0 40 19 50 31 33
Octal 227 300 106 25 0 100 31 120 61 63
Binary 10010111 11000000 1000110 10101 0 1000000 11001 1010000 110001 110011

Color Harmonies of #97C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C046

Black with #97C046

Text Example


Text Example

White with #97C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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