Html Css Color HEX #AAD836 Atlantis

📋 copy color: '#AAD836'

red 170 ◦ green 216 ◦ blue 54

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

Shades of Atlantis #AAD836

Tints of Atlantis #AAD836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

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

R = 38.64%
G = 49.09%
B = 12.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#AAD836 (or 0xAAD836) is known color: Atlantis. HEX triplet: AA, D8 and 36. RGB value is (170,216,54). Sum of RGB (Red+Green+Blue) = 170+216+54=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD836 is #5527C9. Grayscale: #B8B8B8. Windows color (decimal): -5580746 or 3594410. OLE color: 3594410.

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

Color convert

RGB 170 216 54 -
CMYK 0.21 0 0.75 0.15
HSL 77.04º 0.68% 0.53% -
HSV(B) 77.04º 0.75% 0.85% -
XYZ 41.8 57.92 12.47 -
YUV 183.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 170 216 54 0.21 0 0.75 0.15 77.04 0.68 0.53
Hex AA D8 36 15 0 4B F 4D 44 35
Octal 252 330 66 25 0 113 17 115 104 65
Binary 10101010 11011000 110110 10101 0 1001011 1111 1001101 1000100 110101

Color Harmonies of #AAD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD836

Black with #AAD836

Text Example


Text Example

White with #AAD836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD836; }

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

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

background-color css

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

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

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

border-color css

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

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

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