Html Css Color HEX #AAD441 Atlantis

📋 copy color: '#AAD441'

red 170 ◦ green 212 ◦ blue 65

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

Shades of Atlantis #AAD441

Tints of Atlantis #AAD441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.43%

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 38.03%
G = 47.43%
B = 14.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#AAD441 (or 0xAAD441) is known color: Atlantis. HEX triplet: AA, D4 and 41. RGB value is (170,212,65). Sum of RGB (Red+Green+Blue) = 170+212+65=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD441 is #552BBE. Grayscale: #B7B7B7. Windows color (decimal): -5581759 or 4314282. OLE color: 4314282.

HSL color Cylindrical-coordinate representation of color #AAD441: hue angle of 77.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAD441 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 65 -
CMYK 0.20 0 0.69 0.17
HSL 77.14º 0.63% 0.54% -
HSV(B) 77.14º 0.69% 0.83% -
XYZ 41.08 56.01 13.65 -
YUV 182.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 170 212 65 0.20 0 0.69 0.17 77.14 0.63 0.54
Hex AA D4 41 14 0 45 11 4D 3F 36
Octal 252 324 101 24 0 105 21 115 77 66
Binary 10101010 11010100 1000001 10100 0 1000101 10001 1001101 111111 110110

Color Harmonies of #AAD441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD441

Black with #AAD441

Text Example


Text Example

White with #AAD441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD441; }

 p { color: rgb(170,212,65); }

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

background-color css

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

 a { background-color: rgb(170,212,65); }

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

border-color css

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

 span { border-color: rgb(170,212,65); }

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