Html Css Color HEX #AAD339 Atlantis

📋 copy color: '#AAD339'

red 170 ◦ green 211 ◦ blue 57

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

Shades of Atlantis #AAD339

Tints of Atlantis #AAD339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 38.81%
G = 48.17%
B = 13.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#AAD339 (or 0xAAD339) is known color: Atlantis. HEX triplet: AA, D3 and 39. RGB value is (170,211,57). Sum of RGB (Red+Green+Blue) = 170+211+57=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD339 is #552CC6. Grayscale: #B5B5B5. Windows color (decimal): -5582023 or 3789738. OLE color: 3789738.

HSL color Cylindrical-coordinate representation of color #AAD339: hue angle of 75.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAD339 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 57 -
CMYK 0.19 0 0.73 0.17
HSL 75.97º 0.64% 0.53% -
HSV(B) 75.97º 0.73% 0.83% -
XYZ 40.61 55.43 12.43 -
YUV 181.19 57.92 120.02 -
System Red Green Blue C M Y K H S L
Decimal 170 211 57 0.19 0 0.73 0.17 75.97 0.64 0.53
Hex AA D3 39 13 0 49 11 4C 40 35
Octal 252 323 71 23 0 111 21 114 100 65
Binary 10101010 11010011 111001 10011 0 1001001 10001 1001100 1000000 110101

Color Harmonies of #AAD339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD339

Black with #AAD339

Text Example


Text Example

White with #AAD339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD339; }

 p { color: rgb(170,211,57); }

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

background-color css

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

 a { background-color: rgb(170,211,57); }

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

border-color css

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

 span { border-color: rgb(170,211,57); }

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