Html Css Color HEX #AAD043 Atlantis

📋 copy color: '#AAD043'

red 170 ◦ green 208 ◦ blue 67

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

Shades of Atlantis #AAD043

Tints of Atlantis #AAD043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.06%

R = 38.2%
G = 46.74%
B = 15.06%

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

#AAD043 (or 0xAAD043) is known color: Atlantis. HEX triplet: AA, D0 and 43. RGB value is (170,208,67). Sum of RGB (Red+Green+Blue) = 170+208+67=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD043 is #552FBC. Grayscale: #B5B5B5. Windows color (decimal): -5582781 or 4444330. OLE color: 4444330.

HSL color Cylindrical-coordinate representation of color #AAD043: hue angle of 76.17º 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 #AAD043 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 67 -
CMYK 0.18 0 0.68 0.18
HSL 76.17º 0.6% 0.54% -
HSV(B) 76.17º 0.68% 0.82% -
XYZ 40.15 54.06 13.63 -
YUV 180.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 170 208 67 0.18 0 0.68 0.18 76.17 0.6 0.54
Hex AA D0 43 12 0 44 12 4C 3C 36
Octal 252 320 103 22 0 104 22 114 74 66
Binary 10101010 11010000 1000011 10010 0 1000100 10010 1001100 111100 110110

Color Harmonies of #AAD043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD043

Black with #AAD043

Text Example


Text Example

White with #AAD043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD043; }

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

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

background-color css

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

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

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

border-color css

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

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

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