Html Css Color HEX #A0C53E Atlantis

📋 copy color: '#A0C53E'

red 160 ◦ green 197 ◦ blue 62

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

Shades of Atlantis #A0C53E

Tints of Atlantis #A0C53E

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

 GREEN value IS 197 (77.34% from 255) = 47.02%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 38.19%
G = 47.02%
B = 14.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#A0C53E (or 0xA0C53E) is known color: Atlantis. HEX triplet: A0, C5 and 3E. RGB value is (160,197,62). Sum of RGB (Red+Green+Blue) = 160+197+62=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C53E is #5F3AC1. Grayscale: #ABABAB. Windows color (decimal): -6240962 or 4113824. OLE color: 4113824.

HSL color Cylindrical-coordinate representation of color #A0C53E: hue angle of 76.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C53E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 62 -
CMYK 0.19 0 0.69 0.23
HSL 76.44º 0.54% 0.51% -
HSV(B) 76.44º 0.69% 0.77% -
XYZ 35.33 47.75 11.91 -
YUV 170.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 160 197 62 0.19 0 0.69 0.23 76.44 0.54 0.51
Hex A0 C5 3E 13 0 45 17 4C 36 33
Octal 240 305 76 23 0 105 27 114 66 63
Binary 10100000 11000101 111110 10011 0 1000101 10111 1001100 110110 110011

Color Harmonies of #A0C53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C53E

Black with #A0C53E

Text Example


Text Example

White with #A0C53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C53E; }

 p { color: rgb(160,197,62); }

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

background-color css

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

 a { background-color: rgb(160,197,62); }

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

border-color css

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

 span { border-color: rgb(160,197,62); }

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