Html Css Color HEX #AAD932 Atlantis

📋 copy color: '#AAD932'

red 170 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #AAD932

Tints of Atlantis #AAD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.66%

 BLUE value IS 50 (19.92% from 255) = 11.44%

R = 38.9%
G = 49.66%
B = 11.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#AAD932 (or 0xAAD932) is known color: Atlantis. HEX triplet: AA, D9 and 32. RGB value is (170,217,50). Sum of RGB (Red+Green+Blue) = 170+217+50=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD932 is #5526CD. Grayscale: #B8B8B8. Windows color (decimal): -5580494 or 3332522. OLE color: 3332522.

HSL color Cylindrical-coordinate representation of color #AAD932: hue angle of 76.89º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD932 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 50 -
CMYK 0.22 0 0.77 0.15
HSL 76.89º 0.69% 0.52% -
HSV(B) 76.89º 0.77% 0.85% -
XYZ 41.97 58.4 12.08 -
YUV 183.91 52.43 118.08 -
System Red Green Blue C M Y K H S L
Decimal 170 217 50 0.22 0 0.77 0.15 76.89 0.69 0.52
Hex AA D9 32 16 0 4D F 4D 45 34
Octal 252 331 62 26 0 115 17 115 105 64
Binary 10101010 11011001 110010 10110 0 1001101 1111 1001101 1000101 110100

Color Harmonies of #AAD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD932

Black with #AAD932

Text Example


Text Example

White with #AAD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD932; }

 p { color: rgb(170,217,50); }

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

background-color css

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

 a { background-color: rgb(170,217,50); }

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

border-color css

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

 span { border-color: rgb(170,217,50); }

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