Html Css Color HEX #A0E543 Atlantis

📋 copy color: '#A0E543'

red 160 ◦ green 229 ◦ blue 67

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

Shades of Atlantis #A0E543

Tints of Atlantis #A0E543

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.22%

 BLUE value IS 67 (26.56% from 255) = 14.69%

R = 35.09%
G = 50.22%
B = 14.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#A0E543 (or 0xA0E543) is known color: Atlantis. HEX triplet: A0, E5 and 43. RGB value is (160,229,67). Sum of RGB (Red+Green+Blue) = 160+229+67=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E543 is #5F1ABC. Grayscale: #BEBEBE. Windows color (decimal): -6232765 or 4449696. OLE color: 4449696.

HSL color Cylindrical-coordinate representation of color #A0E543: hue angle of 85.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0E543 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 67 -
CMYK 0.30 0 0.71 0.10
HSL 85.56º 0.76% 0.58% -
HSV(B) 85.56º 0.71% 0.9% -
XYZ 43.53 63.92 15.35 -
YUV 189.9 58.64 106.67 -
System Red Green Blue C M Y K H S L
Decimal 160 229 67 0.30 0 0.71 0.10 85.56 0.76 0.58
Hex A0 E5 43 1E 0 47 A 56 4C 3A
Octal 240 345 103 36 0 107 12 126 114 72
Binary 10100000 11100101 1000011 11110 0 1000111 1010 1010110 1001100 111010

Color Harmonies of #A0E543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E543

Black with #A0E543

Text Example


Text Example

White with #A0E543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E543; }

 p { color: rgb(160,229,67); }

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

background-color css

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

 a { background-color: rgb(160,229,67); }

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

border-color css

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

 span { border-color: rgb(160,229,67); }

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