Html Css Color HEX #AAD036 Atlantis

📋 copy color: '#AAD036'

red 170 ◦ green 208 ◦ blue 54

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

Shades of Atlantis #AAD036

Tints of Atlantis #AAD036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

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

R = 39.35%
G = 48.15%
B = 12.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#AAD036 (or 0xAAD036) is known color: Atlantis. HEX triplet: AA, D0 and 36. RGB value is (170,208,54). Sum of RGB (Red+Green+Blue) = 170+208+54=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD036 is #552FC9. Grayscale: #B3B3B3. Windows color (decimal): -5582794 or 3592362. OLE color: 3592362.

HSL color Cylindrical-coordinate representation of color #AAD036: hue angle of 74.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAD036 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 54 -
CMYK 0.18 0 0.74 0.18
HSL 74.81º 0.62% 0.51% -
HSV(B) 74.81º 0.74% 0.82% -
XYZ 39.8 53.92 11.8 -
YUV 179.08 57.41 121.52 -
System Red Green Blue C M Y K H S L
Decimal 170 208 54 0.18 0 0.74 0.18 74.81 0.62 0.51
Hex AA D0 36 12 0 4A 12 4B 3E 33
Octal 252 320 66 22 0 112 22 113 76 63
Binary 10101010 11010000 110110 10010 0 1001010 10010 1001011 111110 110011

Color Harmonies of #AAD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD036

Black with #AAD036

Text Example


Text Example

White with #AAD036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD036; }

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

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

background-color css

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

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

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

border-color css

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

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

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