Html Css Color HEX #AAD83F Atlantis

📋 copy color: '#AAD83F'

red 170 ◦ green 216 ◦ blue 63

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

Shades of Atlantis #AAD83F

Tints of Atlantis #AAD83F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

 BLUE value IS 63 (25% from 255) = 14.03%

R = 37.86%
G = 48.11%
B = 14.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#AAD83F (or 0xAAD83F) is known color: Atlantis. HEX triplet: AA, D8 and 3F. RGB value is (170,216,63). Sum of RGB (Red+Green+Blue) = 170+216+63=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD83F is #5527C0. Grayscale: #B9B9B9. Windows color (decimal): -5580737 or 4184234. OLE color: 4184234.

HSL color Cylindrical-coordinate representation of color #AAD83F: hue angle of 78.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD83F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 63 -
CMYK 0.21 0 0.71 0.15
HSL 78.04º 0.66% 0.55% -
HSV(B) 78.04º 0.71% 0.85% -
XYZ 42.03 58.02 13.69 -
YUV 184.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 170 216 63 0.21 0 0.71 0.15 78.04 0.66 0.55
Hex AA D8 3F 15 0 47 F 4E 42 37
Octal 252 330 77 25 0 107 17 116 102 67
Binary 10101010 11011000 111111 10101 0 1000111 1111 1001110 1000010 110111

Color Harmonies of #AAD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD83F

Black with #AAD83F

Text Example


Text Example

White with #AAD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD83F; }

 p { color: rgb(170,216,63); }

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

background-color css

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

 a { background-color: rgb(170,216,63); }

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

border-color css

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

 span { border-color: rgb(170,216,63); }

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