Html Css Color HEX #AAD039 Atlantis

📋 copy color: '#AAD039'

red 170 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #AAD039

Tints of Atlantis #AAD039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.1%

R = 39.08%
G = 47.82%
B = 13.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#AAD039 (or 0xAAD039) is known color: Atlantis. HEX triplet: AA, D0 and 39. RGB value is (170,208,57). Sum of RGB (Red+Green+Blue) = 170+208+57=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD039 is #552FC6. Grayscale: #B3B3B3. Windows color (decimal): -5582791 or 3788970. OLE color: 3788970.

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

Color convert

RGB 170 208 57 -
CMYK 0.18 0 0.73 0.18
HSL 75.1º 0.62% 0.52% -
HSV(B) 75.1º 0.73% 0.82% -
XYZ 39.87 53.95 12.18 -
YUV 179.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 170 208 57 0.18 0 0.73 0.18 75.1 0.62 0.52
Hex AA D0 39 12 0 49 12 4B 3E 34
Octal 252 320 71 22 0 111 22 113 76 64
Binary 10101010 11010000 111001 10010 0 1001001 10010 1001011 111110 110100

Color Harmonies of #AAD039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD039

Black with #AAD039

Text Example


Text Example

White with #AAD039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD039; }

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

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

background-color css

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

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

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

border-color css

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

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

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