Html Css Color HEX #97C24A Atlantis

📋 copy color: '#97C24A'

red 151 ◦ green 194 ◦ blue 74

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

Shades of Atlantis #97C24A

Tints of Atlantis #97C24A

RGB

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

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

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

R = 36.04%
G = 46.3%
B = 17.66%

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

#97C24A (or 0x97C24A) is known color: Atlantis. HEX triplet: 97, C2 and 4A. RGB value is (151,194,74). Sum of RGB (Red+Green+Blue) = 151+194+74=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #97C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C24A is #683DB5. Grayscale: #A7A7A7. Windows color (decimal): -6831542 or 4899479. OLE color: 4899479.

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

Color convert

RGB 151 194 74 -
CMYK 0.22 0 0.62 0.24
HSL 81.5º 0.5% 0.53% -
HSV(B) 81.5º 0.62% 0.76% -
XYZ 33.29 45.66 13.54 -
YUV 167.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 151 194 74 0.22 0 0.62 0.24 81.5 0.5 0.53
Hex 97 C2 4A 16 0 3E 18 52 32 35
Octal 227 302 112 26 0 76 30 122 62 65
Binary 10010111 11000010 1001010 10110 0 111110 11000 1010010 110010 110101

Color Harmonies of #97C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C24A

Black with #97C24A

Text Example


Text Example

White with #97C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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