Html Css Color HEX #97D94A Atlantis

📋 copy color: '#97D94A'

red 151 ◦ green 217 ◦ blue 74

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

Shades of Atlantis #97D94A

Tints of Atlantis #97D94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.1%

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

R = 34.16%
G = 49.1%
B = 16.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#97D94A (or 0x97D94A) is known color: Atlantis. HEX triplet: 97, D9 and 4A. RGB value is (151,217,74). Sum of RGB (Red+Green+Blue) = 151+217+74=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #97D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D94A is #6826B5. Grayscale: #B5B5B5. Windows color (decimal): -6825654 or 4905367. OLE color: 4905367.

HSL color Cylindrical-coordinate representation of color #97D94A: hue angle of 87.69º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97D94A is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 74 -
CMYK 0.30 0 0.66 0.15
HSL 87.69º 0.65% 0.57% -
HSV(B) 87.69º 0.66% 0.85% -
XYZ 38.81 56.7 15.38 -
YUV 180.96 67.63 106.63 -
System Red Green Blue C M Y K H S L
Decimal 151 217 74 0.30 0 0.66 0.15 87.69 0.65 0.57
Hex 97 D9 4A 1E 0 42 F 58 41 39
Octal 227 331 112 36 0 102 17 130 101 71
Binary 10010111 11011001 1001010 11110 0 1000010 1111 1011000 1000001 111001

Color Harmonies of #97D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D94A

Black with #97D94A

Text Example


Text Example

White with #97D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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