Html Css Color HEX #AAD53D Atlantis

📋 copy color: '#AAD53D'

red 170 ◦ green 213 ◦ blue 61

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

Shades of Atlantis #AAD53D

Tints of Atlantis #AAD53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.74%

R = 38.29%
G = 47.97%
B = 13.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#AAD53D (or 0xAAD53D) is known color: Atlantis. HEX triplet: AA, D5 and 3D. RGB value is (170,213,61). Sum of RGB (Red+Green+Blue) = 170+213+61=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD53D is #552AC2. Grayscale: #B7B7B7. Windows color (decimal): -5581507 or 4052394. OLE color: 4052394.

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

Color convert

RGB 170 213 61 -
CMYK 0.20 0 0.71 0.16
HSL 76.97º 0.64% 0.54% -
HSV(B) 76.97º 0.71% 0.84% -
XYZ 41.21 56.47 13.14 -
YUV 182.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 170 213 61 0.20 0 0.71 0.16 76.97 0.64 0.54
Hex AA D5 3D 14 0 47 10 4D 40 36
Octal 252 325 75 24 0 107 20 115 100 66
Binary 10101010 11010101 111101 10100 0 1000111 10000 1001101 1000000 110110

Color Harmonies of #AAD53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD53D

Black with #AAD53D

Text Example


Text Example

White with #AAD53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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