Html Css Color HEX #AAD442 Atlantis

📋 copy color: '#AAD442'

red 170 ◦ green 212 ◦ blue 66

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

Shades of Atlantis #AAD442

Tints of Atlantis #AAD442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 37.95%
G = 47.32%
B = 14.73%

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

#AAD442 (or 0xAAD442) is known color: Atlantis. HEX triplet: AA, D4 and 42. RGB value is (170,212,66). Sum of RGB (Red+Green+Blue) = 170+212+66=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD442 is #552BBD. Grayscale: #B7B7B7. Windows color (decimal): -5581758 or 4379818. OLE color: 4379818.

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

Color convert

RGB 170 212 66 -
CMYK 0.20 0 0.69 0.17
HSL 77.26º 0.63% 0.55% -
HSV(B) 77.26º 0.69% 0.83% -
XYZ 41.1 56.03 13.8 -
YUV 182.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 170 212 66 0.20 0 0.69 0.17 77.26 0.63 0.55
Hex AA D4 42 14 0 45 11 4D 3F 37
Octal 252 324 102 24 0 105 21 115 77 67
Binary 10101010 11010100 1000010 10100 0 1000101 10001 1001101 111111 110111

Color Harmonies of #AAD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD442

Black with #AAD442

Text Example


Text Example

White with #AAD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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