Html Css Color HEX #AAD632 Atlantis

📋 copy color: '#AAD632'

red 170 ◦ green 214 ◦ blue 50

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

Shades of Atlantis #AAD632

Tints of Atlantis #AAD632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.31%

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

R = 39.17%
G = 49.31%
B = 11.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#AAD632 (or 0xAAD632) is known color: Atlantis. HEX triplet: AA, D6 and 32. RGB value is (170,214,50). Sum of RGB (Red+Green+Blue) = 170+214+50=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD632 is #5529CD. Grayscale: #B6B6B6. Windows color (decimal): -5581262 or 3331754. OLE color: 3331754.

HSL color Cylindrical-coordinate representation of color #AAD632: hue angle of 76.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD632 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 50 -
CMYK 0.21 0 0.77 0.16
HSL 76.1º 0.67% 0.52% -
HSV(B) 76.1º 0.77% 0.84% -
XYZ 41.2 56.87 11.82 -
YUV 182.15 53.42 119.34 -
System Red Green Blue C M Y K H S L
Decimal 170 214 50 0.21 0 0.77 0.16 76.1 0.67 0.52
Hex AA D6 32 15 0 4D 10 4C 43 34
Octal 252 326 62 25 0 115 20 114 103 64
Binary 10101010 11010110 110010 10101 0 1001101 10000 1001100 1000011 110100

Color Harmonies of #AAD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD632

Black with #AAD632

Text Example


Text Example

White with #AAD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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