Html Css Color HEX #AAD83B Atlantis

📋 copy color: '#AAD83B'

red 170 ◦ green 216 ◦ blue 59

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

Shades of Atlantis #AAD83B

Tints of Atlantis #AAD83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 38.2%
G = 48.54%
B = 13.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#AAD83B (or 0xAAD83B) is known color: Atlantis. HEX triplet: AA, D8 and 3B. RGB value is (170,216,59). Sum of RGB (Red+Green+Blue) = 170+216+59=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD83B is #5527C4. Grayscale: #B8B8B8. Windows color (decimal): -5580741 or 3922090. OLE color: 3922090.

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

Color convert

RGB 170 216 59 -
CMYK 0.21 0 0.73 0.15
HSL 77.58º 0.67% 0.54% -
HSV(B) 77.58º 0.73% 0.85% -
XYZ 41.92 57.97 13.12 -
YUV 184.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 170 216 59 0.21 0 0.73 0.15 77.58 0.67 0.54
Hex AA D8 3B 15 0 49 F 4E 43 36
Octal 252 330 73 25 0 111 17 116 103 66
Binary 10101010 11011000 111011 10101 0 1001001 1111 1001110 1000011 110110

Color Harmonies of #AAD83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD83B

Black with #AAD83B

Text Example


Text Example

White with #AAD83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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