Html Css Color HEX #A0D547 Atlantis

📋 copy color: '#A0D547'

red 160 ◦ green 213 ◦ blue 71

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

Shades of Atlantis #A0D547

Tints of Atlantis #A0D547

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.97%

 BLUE value IS 71 (28.13% from 255) = 15.99%

R = 36.04%
G = 47.97%
B = 15.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#A0D547 (or 0xA0D547) is known color: Atlantis. HEX triplet: A0, D5 and 47. RGB value is (160,213,71). Sum of RGB (Red+Green+Blue) = 160+213+71=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D547 is #5F2AB8. Grayscale: #B5B5B5. Windows color (decimal): -6236857 or 4707744. OLE color: 4707744.

HSL color Cylindrical-coordinate representation of color #A0D547: hue angle of 82.39º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0D547 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 71 -
CMYK 0.25 0 0.67 0.16
HSL 82.39º 0.63% 0.56% -
HSV(B) 82.39º 0.67% 0.84% -
XYZ 39.43 55.52 14.6 -
YUV 180.97 65.94 113.05 -
System Red Green Blue C M Y K H S L
Decimal 160 213 71 0.25 0 0.67 0.16 82.39 0.63 0.56
Hex A0 D5 47 19 0 43 10 52 3F 38
Octal 240 325 107 31 0 103 20 122 77 70
Binary 10100000 11010101 1000111 11001 0 1000011 10000 1010010 111111 111000

Color Harmonies of #A0D547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D547

Black with #A0D547

Text Example


Text Example

White with #A0D547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D547; }

 p { color: rgb(160,213,71); }

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

background-color css

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

 a { background-color: rgb(160,213,71); }

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

border-color css

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

 span { border-color: rgb(160,213,71); }

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