Html Css Color HEX #AAD736 Atlantis

📋 copy color: '#AAD736'

red 170 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #AAD736

Tints of Atlantis #AAD736

RGB

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

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

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

R = 38.72%
G = 48.97%
B = 12.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#AAD736 (or 0xAAD736) is known color: Atlantis. HEX triplet: AA, D7 and 36. RGB value is (170,215,54). Sum of RGB (Red+Green+Blue) = 170+215+54=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD736 is #5528C9. Grayscale: #B7B7B7. Windows color (decimal): -5581002 or 3594154. OLE color: 3594154.

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

Color convert

RGB 170 215 54 -
CMYK 0.21 0 0.75 0.16
HSL 76.77º 0.67% 0.53% -
HSV(B) 76.77º 0.75% 0.84% -
XYZ 41.54 57.41 12.38 -
YUV 183.19 55.09 118.59 -
System Red Green Blue C M Y K H S L
Decimal 170 215 54 0.21 0 0.75 0.16 76.77 0.67 0.53
Hex AA D7 36 15 0 4B 10 4D 43 35
Octal 252 327 66 25 0 113 20 115 103 65
Binary 10101010 11010111 110110 10101 0 1001011 10000 1001101 1000011 110101

Color Harmonies of #AAD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD736

Black with #AAD736

Text Example


Text Example

White with #AAD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD736; }

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

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

background-color css

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

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

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

border-color css

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

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

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