Html Css Color HEX #AADC39 Atlantis

📋 copy color: '#AADC39'

red 170 ◦ green 220 ◦ blue 57

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

Shades of Atlantis #AADC39

Tints of Atlantis #AADC39

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

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

R = 38.03%
G = 49.22%
B = 12.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#AADC39 (or 0xAADC39) is known color: Atlantis. HEX triplet: AA, DC and 39. RGB value is (170,220,57). Sum of RGB (Red+Green+Blue) = 170+220+57=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC39 is #5523C6. Grayscale: #BBBBBB. Windows color (decimal): -5579719 or 3792042. OLE color: 3792042.

HSL color Cylindrical-coordinate representation of color #AADC39: hue angle of 78.4º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AADC39 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 57 -
CMYK 0.23 0 0.74 0.14
HSL 78.4º 0.7% 0.54% -
HSV(B) 78.4º 0.74% 0.86% -
XYZ 42.91 60.03 13.2 -
YUV 186.47 54.94 116.25 -
System Red Green Blue C M Y K H S L
Decimal 170 220 57 0.23 0 0.74 0.14 78.4 0.7 0.54
Hex AA DC 39 17 0 4A E 4E 46 36
Octal 252 334 71 27 0 112 16 116 106 66
Binary 10101010 11011100 111001 10111 0 1001010 1110 1001110 1000110 110110

Color Harmonies of #AADC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC39

Black with #AADC39

Text Example


Text Example

White with #AADC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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