Html Css Color HEX #97C04A Atlantis

📋 copy color: '#97C04A'

red 151 ◦ green 192 ◦ blue 74

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

Shades of Atlantis #97C04A

Tints of Atlantis #97C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 36.21%
G = 46.04%
B = 17.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#97C04A (or 0x97C04A) is known color: Atlantis. HEX triplet: 97, C0 and 4A. RGB value is (151,192,74). Sum of RGB (Red+Green+Blue) = 151+192+74=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #97C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C04A is #683FB5. Grayscale: #A6A6A6. Windows color (decimal): -6832054 or 4898967. OLE color: 4898967.

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

Color convert

RGB 151 192 74 -
CMYK 0.21 0 0.61 0.25
HSL 80.85º 0.48% 0.52% -
HSV(B) 80.85º 0.61% 0.75% -
XYZ 32.85 44.77 13.39 -
YUV 166.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 151 192 74 0.21 0 0.61 0.25 80.85 0.48 0.52
Hex 97 C0 4A 15 0 3D 19 51 30 34
Octal 227 300 112 25 0 75 31 121 60 64
Binary 10010111 11000000 1001010 10101 0 111101 11001 1010001 110000 110100

Color Harmonies of #97C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C04A

Black with #97C04A

Text Example


Text Example

White with #97C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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