Html Css Color HEX #AAD536 Atlantis

📋 copy color: '#AAD536'

red 170 ◦ green 213 ◦ blue 54

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

Shades of Atlantis #AAD536

Tints of Atlantis #AAD536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 38.9%
G = 48.74%
B = 12.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#AAD536 (or 0xAAD536) is known color: Atlantis. HEX triplet: AA, D5 and 36. RGB value is (170,213,54). Sum of RGB (Red+Green+Blue) = 170+213+54=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD536 is #552AC9. Grayscale: #B6B6B6. Windows color (decimal): -5581514 or 3593642. OLE color: 3593642.

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

Color convert

RGB 170 213 54 -
CMYK 0.20 0 0.75 0.16
HSL 76.23º 0.65% 0.52% -
HSV(B) 76.23º 0.75% 0.84% -
XYZ 41.04 56.4 12.21 -
YUV 182.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 170 213 54 0.20 0 0.75 0.16 76.23 0.65 0.52
Hex AA D5 36 14 0 4B 10 4C 41 34
Octal 252 325 66 24 0 113 20 114 101 64
Binary 10101010 11010101 110110 10100 0 1001011 10000 1001100 1000001 110100

Color Harmonies of #AAD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD536

Black with #AAD536

Text Example


Text Example

White with #AAD536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD536; }

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

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

background-color css

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

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

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

border-color css

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

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

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