Html Css Color HEX #AAD543 Atlantis

📋 copy color: '#AAD543'

red 170 ◦ green 213 ◦ blue 67

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

Shades of Atlantis #AAD543

Tints of Atlantis #AAD543

RGB

 RED value IS 170 (66.8% from 255) = 37.78%

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

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

R = 37.78%
G = 47.33%
B = 14.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#AAD543 (or 0xAAD543) is known color: Atlantis. HEX triplet: AA, D5 and 43. RGB value is (170,213,67). Sum of RGB (Red+Green+Blue) = 170+213+67=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD543 is #552ABC. Grayscale: #B8B8B8. Windows color (decimal): -5581501 or 4445610. OLE color: 4445610.

HSL color Cylindrical-coordinate representation of color #AAD543: hue angle of 77.67º 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 #AAD543 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 67 -
CMYK 0.20 0 0.69 0.16
HSL 77.67º 0.63% 0.55% -
HSV(B) 77.67º 0.69% 0.84% -
XYZ 41.38 56.54 14.04 -
YUV 183.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 170 213 67 0.20 0 0.69 0.16 77.67 0.63 0.55
Hex AA D5 43 14 0 45 10 4E 3F 37
Octal 252 325 103 24 0 105 20 116 77 67
Binary 10101010 11010101 1000011 10100 0 1000101 10000 1001110 111111 110111

Color Harmonies of #AAD543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD543

Black with #AAD543

Text Example


Text Example

White with #AAD543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD543; }

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

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

background-color css

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

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

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

border-color css

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

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

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