Html Css Color HEX #AAD042 Atlantis

📋 copy color: '#AAD042'

red 170 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #AAD042

Tints of Atlantis #AAD042

RGB

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

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

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

R = 38.29%
G = 46.85%
B = 14.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#AAD042 (or 0xAAD042) is known color: Atlantis. HEX triplet: AA, D0 and 42. RGB value is (170,208,66). Sum of RGB (Red+Green+Blue) = 170+208+66=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD042 is #552FBD. Grayscale: #B4B4B4. Windows color (decimal): -5582782 or 4378794. OLE color: 4378794.

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

Color convert

RGB 170 208 66 -
CMYK 0.18 0 0.68 0.18
HSL 76.06º 0.6% 0.54% -
HSV(B) 76.06º 0.68% 0.82% -
XYZ 40.12 54.05 13.47 -
YUV 180.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 170 208 66 0.18 0 0.68 0.18 76.06 0.6 0.54
Hex AA D0 42 12 0 44 12 4C 3C 36
Octal 252 320 102 22 0 104 22 114 74 66
Binary 10101010 11010000 1000010 10010 0 1000100 10010 1001100 111100 110110

Color Harmonies of #AAD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD042

Black with #AAD042

Text Example


Text Example

White with #AAD042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD042; }

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

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

background-color css

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

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

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

border-color css

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

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

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