Html Css Color HEX #97C345 Atlantis

📋 copy color: '#97C345'

red 151 ◦ green 195 ◦ blue 69

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

Shades of Atlantis #97C345

Tints of Atlantis #97C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 36.39%
G = 46.99%
B = 16.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#97C345 (or 0x97C345) is known color: Atlantis. HEX triplet: 97, C3 and 45. RGB value is (151,195,69). Sum of RGB (Red+Green+Blue) = 151+195+69=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #97C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C345 is #683CBA. Grayscale: #A7A7A7. Windows color (decimal): -6831291 or 4572055. OLE color: 4572055.

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

Color convert

RGB 151 195 69 -
CMYK 0.23 0 0.65 0.24
HSL 80.95º 0.51% 0.52% -
HSV(B) 80.95º 0.65% 0.76% -
XYZ 33.35 46.04 12.76 -
YUV 167.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 151 195 69 0.23 0 0.65 0.24 80.95 0.51 0.52
Hex 97 C3 45 17 0 41 18 51 33 34
Octal 227 303 105 27 0 101 30 121 63 64
Binary 10010111 11000011 1000101 10111 0 1000001 11000 1010001 110011 110100

Color Harmonies of #97C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C345

Black with #97C345

Text Example


Text Example

White with #97C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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