Html Css Color HEX #97C140 Atlantis

📋 copy color: '#97C140'

red 151 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #97C140

Tints of Atlantis #97C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.69%

R = 37.01%
G = 47.3%
B = 15.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#97C140 (or 0x97C140) is known color: Atlantis. HEX triplet: 97, C1 and 40. RGB value is (151,193,64). Sum of RGB (Red+Green+Blue) = 151+193+64=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #97C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C140 is #683EBF. Grayscale: #A6A6A6. Windows color (decimal): -6831808 or 4243863. OLE color: 4243863.

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

Color convert

RGB 151 193 64 -
CMYK 0.22 0 0.67 0.24
HSL 79.53º 0.51% 0.5% -
HSV(B) 79.53º 0.67% 0.76% -
XYZ 32.76 45.09 11.83 -
YUV 165.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 151 193 64 0.22 0 0.67 0.24 79.53 0.51 0.5
Hex 97 C1 40 16 0 43 18 50 33 32
Octal 227 301 100 26 0 103 30 120 63 62
Binary 10010111 11000001 1000000 10110 0 1000011 11000 1010000 110011 110010

Color Harmonies of #97C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C140

Black with #97C140

Text Example


Text Example

White with #97C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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