Html Css Color HEX #AADC36 Atlantis

📋 copy color: '#AADC36'

red 170 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #AADC36

Tints of Atlantis #AADC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 38.29%
G = 49.55%
B = 12.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#AADC36 (or 0xAADC36) is known color: Atlantis. HEX triplet: AA, DC and 36. RGB value is (170,220,54). Sum of RGB (Red+Green+Blue) = 170+220+54=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC36 is #5523C9. Grayscale: #BABABA. Windows color (decimal): -5579722 or 3595434. OLE color: 3595434.

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

Color convert

RGB 170 220 54 -
CMYK 0.23 0 0.75 0.14
HSL 78.07º 0.7% 0.54% -
HSV(B) 78.07º 0.75% 0.86% -
XYZ 42.84 60 12.81 -
YUV 186.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 170 220 54 0.23 0 0.75 0.14 78.07 0.7 0.54
Hex AA DC 36 17 0 4B E 4E 46 36
Octal 252 334 66 27 0 113 16 116 106 66
Binary 10101010 11011100 110110 10111 0 1001011 1110 1001110 1000110 110110

Color Harmonies of #AADC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC36

Black with #AADC36

Text Example


Text Example

White with #AADC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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