Html Css Color HEX #AAD537 Atlantis

📋 copy color: '#AAD537'

red 170 ◦ green 213 ◦ blue 55

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

Shades of Atlantis #AAD537

Tints of Atlantis #AAD537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.56%

R = 38.81%
G = 48.63%
B = 12.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#AAD537 (or 0xAAD537) is known color: Atlantis. HEX triplet: AA, D5 and 37. RGB value is (170,213,55). Sum of RGB (Red+Green+Blue) = 170+213+55=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD537 is #552AC8. Grayscale: #B6B6B6. Windows color (decimal): -5581513 or 3659178. OLE color: 3659178.

HSL color Cylindrical-coordinate representation of color #AAD537: hue angle of 76.33º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAD537 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 55 -
CMYK 0.20 0 0.74 0.16
HSL 76.33º 0.65% 0.53% -
HSV(B) 76.33º 0.74% 0.84% -
XYZ 41.06 56.41 12.34 -
YUV 182.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 170 213 55 0.20 0 0.74 0.16 76.33 0.65 0.53
Hex AA D5 37 14 0 4A 10 4C 41 35
Octal 252 325 67 24 0 112 20 114 101 65
Binary 10101010 11010101 110111 10100 0 1001010 10000 1001100 1000001 110101

Color Harmonies of #AAD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD537

Black with #AAD537

Text Example


Text Example

White with #AAD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD537; }

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

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

background-color css

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

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

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

border-color css

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

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

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