Html Css Color HEX #AAD540 Atlantis

📋 copy color: '#AAD540'

red 170 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #AAD540

Tints of Atlantis #AAD540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 38.03%
G = 47.65%
B = 14.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#AAD540 (or 0xAAD540) is known color: Atlantis. HEX triplet: AA, D5 and 40. RGB value is (170,213,64). Sum of RGB (Red+Green+Blue) = 170+213+64=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD540 is #552ABF. Grayscale: #B7B7B7. Windows color (decimal): -5581504 or 4249002. OLE color: 4249002.

HSL color Cylindrical-coordinate representation of color #AAD540: hue angle of 77.32º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD540 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 64 -
CMYK 0.20 0 0.70 0.16
HSL 77.32º 0.64% 0.54% -
HSV(B) 77.32º 0.7% 0.84% -
XYZ 41.3 56.5 13.58 -
YUV 183.16 60.75 118.62 -
System Red Green Blue C M Y K H S L
Decimal 170 213 64 0.20 0 0.70 0.16 77.32 0.64 0.54
Hex AA D5 40 14 0 46 10 4D 40 36
Octal 252 325 100 24 0 106 20 115 100 66
Binary 10101010 11010101 1000000 10100 0 1000110 10000 1001101 1000000 110110

Color Harmonies of #AAD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD540

Black with #AAD540

Text Example


Text Example

White with #AAD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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