Html Css Color HEX #AAD936 Atlantis

📋 copy color: '#AAD936'

red 170 ◦ green 217 ◦ blue 54

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

Shades of Atlantis #AAD936

Tints of Atlantis #AAD936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 38.55%
G = 49.21%
B = 12.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#AAD936 (or 0xAAD936) is known color: Atlantis. HEX triplet: AA, D9 and 36. RGB value is (170,217,54). Sum of RGB (Red+Green+Blue) = 170+217+54=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD936 is #5526C9. Grayscale: #B8B8B8. Windows color (decimal): -5580490 or 3594666. OLE color: 3594666.

HSL color Cylindrical-coordinate representation of color #AAD936: hue angle of 77.3º 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 #AAD936 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 54 -
CMYK 0.22 0 0.75 0.15
HSL 77.3º 0.68% 0.53% -
HSV(B) 77.3º 0.75% 0.85% -
XYZ 42.06 58.44 12.55 -
YUV 184.37 54.43 117.75 -
System Red Green Blue C M Y K H S L
Decimal 170 217 54 0.22 0 0.75 0.15 77.3 0.68 0.53
Hex AA D9 36 16 0 4B F 4D 44 35
Octal 252 331 66 26 0 113 17 115 104 65
Binary 10101010 11011001 110110 10110 0 1001011 1111 1001101 1000100 110101

Color Harmonies of #AAD936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD936

Black with #AAD936

Text Example


Text Example

White with #AAD936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD936; }

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

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

background-color css

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

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

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

border-color css

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

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

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