Html Css Color HEX #AAD93B Atlantis

📋 copy color: '#AAD93B'

red 170 ◦ green 217 ◦ blue 59

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

Shades of Atlantis #AAD93B

Tints of Atlantis #AAD93B

RGB

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

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

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

R = 38.12%
G = 48.65%
B = 13.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#AAD93B (or 0xAAD93B) is known color: Atlantis. HEX triplet: AA, D9 and 3B. RGB value is (170,217,59). Sum of RGB (Red+Green+Blue) = 170+217+59=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD93B is #5526C4. Grayscale: #B9B9B9. Windows color (decimal): -5580485 or 3922346. OLE color: 3922346.

HSL color Cylindrical-coordinate representation of color #AAD93B: hue angle of 77.85º degrees, saturation: 0.68, 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 #AAD93B is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 59 -
CMYK 0.22 0 0.73 0.15
HSL 77.85º 0.68% 0.54% -
HSV(B) 77.85º 0.73% 0.85% -
XYZ 42.18 58.49 13.2 -
YUV 184.94 56.93 117.35 -
System Red Green Blue C M Y K H S L
Decimal 170 217 59 0.22 0 0.73 0.15 77.85 0.68 0.54
Hex AA D9 3B 16 0 49 F 4E 44 36
Octal 252 331 73 26 0 111 17 116 104 66
Binary 10101010 11011001 111011 10110 0 1001001 1111 1001110 1000100 110110

Color Harmonies of #AAD93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD93B

Black with #AAD93B

Text Example


Text Example

White with #AAD93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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