Html Css Color HEX #A0D543 Atlantis

📋 copy color: '#A0D543'

red 160 ◦ green 213 ◦ blue 67

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

Shades of Atlantis #A0D543

Tints of Atlantis #A0D543

RGB

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

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

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

R = 36.36%
G = 48.41%
B = 15.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A0D543 (or 0xA0D543) is known color: Atlantis. HEX triplet: A0, D5 and 43. RGB value is (160,213,67). Sum of RGB (Red+Green+Blue) = 160+213+67=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D543 is #5F2ABC. Grayscale: #B5B5B5. Windows color (decimal): -6236861 or 4445600. OLE color: 4445600.

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

Color convert

RGB 160 213 67 -
CMYK 0.25 0 0.69 0.16
HSL 81.78º 0.63% 0.55% -
HSV(B) 81.78º 0.69% 0.84% -
XYZ 39.3 55.47 13.94 -
YUV 180.51 63.94 113.37 -
System Red Green Blue C M Y K H S L
Decimal 160 213 67 0.25 0 0.69 0.16 81.78 0.63 0.55
Hex A0 D5 43 19 0 45 10 52 3F 37
Octal 240 325 103 31 0 105 20 122 77 67
Binary 10100000 11010101 1000011 11001 0 1000101 10000 1010010 111111 110111

Color Harmonies of #A0D543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D543

Black with #A0D543

Text Example


Text Example

White with #A0D543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D543; }

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

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

background-color css

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

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

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

border-color css

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

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

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