Html Css Color HEX #97C149 Atlantis

📋 copy color: '#97C149'

red 151 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #97C149

Tints of Atlantis #97C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 36.21%
G = 46.28%
B = 17.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#97C149 (or 0x97C149) is known color: Atlantis. HEX triplet: 97, C1 and 49. RGB value is (151,193,73). Sum of RGB (Red+Green+Blue) = 151+193+73=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #97C149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C149 is #683EB6. Grayscale: #A7A7A7. Windows color (decimal): -6831799 or 4833687. OLE color: 4833687.

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

Color convert

RGB 151 193 73 -
CMYK 0.22 0 0.62 0.24
HSL 81º 0.49% 0.52% -
HSV(B) 81º 0.62% 0.76% -
XYZ 33.04 45.2 13.29 -
YUV 166.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 151 193 73 0.22 0 0.62 0.24 81 0.49 0.52
Hex 97 C1 49 16 0 3E 18 51 31 34
Octal 227 301 111 26 0 76 30 121 61 64
Binary 10010111 11000001 1001001 10110 0 111110 11000 1010001 110001 110100

Color Harmonies of #97C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C149

Black with #97C149

Text Example


Text Example

White with #97C149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,193,73); }

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

background-color css

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

 a { background-color: rgb(151,193,73); }

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

border-color css

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

 span { border-color: rgb(151,193,73); }

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