Html Css Color HEX #AAD63E Atlantis

📋 copy color: '#AAD63E'

red 170 ◦ green 214 ◦ blue 62

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

Shades of Atlantis #AAD63E

Tints of Atlantis #AAD63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 38.12%
G = 47.98%
B = 13.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#AAD63E (or 0xAAD63E) is known color: Atlantis. HEX triplet: AA, D6 and 3E. RGB value is (170,214,62). Sum of RGB (Red+Green+Blue) = 170+214+62=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD63E is #5529C1. Grayscale: #B8B8B8. Windows color (decimal): -5581250 or 4118186. OLE color: 4118186.

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

Color convert

RGB 170 214 62 -
CMYK 0.21 0 0.71 0.16
HSL 77.37º 0.65% 0.54% -
HSV(B) 77.37º 0.71% 0.84% -
XYZ 41.49 56.99 13.37 -
YUV 183.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 170 214 62 0.21 0 0.71 0.16 77.37 0.65 0.54
Hex AA D6 3E 15 0 47 10 4D 41 36
Octal 252 326 76 25 0 107 20 115 101 66
Binary 10101010 11010110 111110 10101 0 1000111 10000 1001101 1000001 110110

Color Harmonies of #AAD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD63E

Black with #AAD63E

Text Example


Text Example

White with #AAD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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