Html Css Color HEX #AAD046 Atlantis

📋 copy color: '#AAD046'

red 170 ◦ green 208 ◦ blue 70

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

Shades of Atlantis #AAD046

Tints of Atlantis #AAD046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.63%

R = 37.95%
G = 46.43%
B = 15.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#AAD046 (or 0xAAD046) is known color: Atlantis. HEX triplet: AA, D0 and 46. RGB value is (170,208,70). Sum of RGB (Red+Green+Blue) = 170+208+70=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD046 is #552FB9. Grayscale: #B5B5B5. Windows color (decimal): -5582778 or 4640938. OLE color: 4640938.

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

Color convert

RGB 170 208 70 -
CMYK 0.18 0 0.66 0.18
HSL 76.52º 0.59% 0.55% -
HSV(B) 76.52º 0.66% 0.82% -
XYZ 40.24 54.1 14.12 -
YUV 180.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 170 208 70 0.18 0 0.66 0.18 76.52 0.59 0.55
Hex AA D0 46 12 0 42 12 4D 3B 37
Octal 252 320 106 22 0 102 22 115 73 67
Binary 10101010 11010000 1000110 10010 0 1000010 10010 1001101 111011 110111

Color Harmonies of #AAD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD046

Black with #AAD046

Text Example


Text Example

White with #AAD046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD046; }

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

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

background-color css

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

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

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

border-color css

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

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

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