Html Css Color HEX #AAD242 Atlantis

📋 copy color: '#AAD242'

red 170 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #AAD242

Tints of Atlantis #AAD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

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

R = 38.12%
G = 47.09%
B = 14.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#AAD242 (or 0xAAD242) is known color: Atlantis. HEX triplet: AA, D2 and 42. RGB value is (170,210,66). Sum of RGB (Red+Green+Blue) = 170+210+66=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD242 is #552DBD. Grayscale: #B6B6B6. Windows color (decimal): -5582270 or 4379306. OLE color: 4379306.

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

Color convert

RGB 170 210 66 -
CMYK 0.19 0 0.69 0.18
HSL 76.67º 0.62% 0.54% -
HSV(B) 76.67º 0.69% 0.82% -
XYZ 40.61 55.03 13.64 -
YUV 181.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 170 210 66 0.19 0 0.69 0.18 76.67 0.62 0.54
Hex AA D2 42 13 0 45 12 4D 3E 36
Octal 252 322 102 23 0 105 22 115 76 66
Binary 10101010 11010010 1000010 10011 0 1000101 10010 1001101 111110 110110

Color Harmonies of #AAD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD242

Black with #AAD242

Text Example


Text Example

White with #AAD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD242; }

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

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

background-color css

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

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

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

border-color css

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

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

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