Html Css Color HEX #97CA4A Atlantis

📋 copy color: '#97CA4A'

red 151 ◦ green 202 ◦ blue 74

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

Shades of Atlantis #97CA4A

Tints of Atlantis #97CA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 35.36%
G = 47.31%
B = 17.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#97CA4A (or 0x97CA4A) is known color: Atlantis. HEX triplet: 97, CA and 4A. RGB value is (151,202,74). Sum of RGB (Red+Green+Blue) = 151+202+74=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA4A is #6835B5. Grayscale: #ACACAC. Windows color (decimal): -6829494 or 4901527. OLE color: 4901527.

HSL color Cylindrical-coordinate representation of color #97CA4A: hue angle of 83.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97CA4A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 74 -
CMYK 0.25 0 0.63 0.21
HSL 83.91º 0.55% 0.54% -
HSV(B) 83.91º 0.63% 0.79% -
XYZ 35.12 49.31 14.15 -
YUV 172.16 72.6 112.91 -
System Red Green Blue C M Y K H S L
Decimal 151 202 74 0.25 0 0.63 0.21 83.91 0.55 0.54
Hex 97 CA 4A 19 0 3F 15 54 37 36
Octal 227 312 112 31 0 77 25 124 67 66
Binary 10010111 11001010 1001010 11001 0 111111 10101 1010100 110111 110110

Color Harmonies of #97CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA4A

Black with #97CA4A

Text Example


Text Example

White with #97CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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