Html Css Color HEX #AAD73D Atlantis

📋 copy color: '#AAD73D'

red 170 ◦ green 215 ◦ blue 61

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

Shades of Atlantis #AAD73D

Tints of Atlantis #AAD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.21%

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

R = 38.12%
G = 48.21%
B = 13.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#AAD73D (or 0xAAD73D) is known color: Atlantis. HEX triplet: AA, D7 and 3D. RGB value is (170,215,61). Sum of RGB (Red+Green+Blue) = 170+215+61=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD73D is #5528C2. Grayscale: #B8B8B8. Windows color (decimal): -5580995 or 4052906. OLE color: 4052906.

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

Color convert

RGB 170 215 61 -
CMYK 0.21 0 0.72 0.16
HSL 77.53º 0.66% 0.54% -
HSV(B) 77.53º 0.72% 0.84% -
XYZ 41.72 57.48 13.31 -
YUV 183.99 58.59 118.02 -
System Red Green Blue C M Y K H S L
Decimal 170 215 61 0.21 0 0.72 0.16 77.53 0.66 0.54
Hex AA D7 3D 15 0 48 10 4E 42 36
Octal 252 327 75 25 0 110 20 116 102 66
Binary 10101010 11010111 111101 10101 0 1001000 10000 1001110 1000010 110110

Color Harmonies of #AAD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD73D

Black with #AAD73D

Text Example


Text Example

White with #AAD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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