Html Css Color HEX #AAD940 Atlantis

📋 copy color: '#AAD940'

red 170 ◦ green 217 ◦ blue 64

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

Shades of Atlantis #AAD940

Tints of Atlantis #AAD940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 37.69%
G = 48.12%
B = 14.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#AAD940 (or 0xAAD940) is known color: Atlantis. HEX triplet: AA, D9 and 40. RGB value is (170,217,64). Sum of RGB (Red+Green+Blue) = 170+217+64=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD940 is #5526BF. Grayscale: #BABABA. Windows color (decimal): -5580480 or 4250026. OLE color: 4250026.

HSL color Cylindrical-coordinate representation of color #AAD940: hue angle of 78.43º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD940 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 64 -
CMYK 0.22 0 0.71 0.15
HSL 78.43º 0.67% 0.55% -
HSV(B) 78.43º 0.71% 0.85% -
XYZ 42.32 58.54 13.92 -
YUV 185.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 170 217 64 0.22 0 0.71 0.15 78.43 0.67 0.55
Hex AA D9 40 16 0 47 F 4E 43 37
Octal 252 331 100 26 0 107 17 116 103 67
Binary 10101010 11011001 1000000 10110 0 1000111 1111 1001110 1000011 110111

Color Harmonies of #AAD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD940

Black with #AAD940

Text Example


Text Example

White with #AAD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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