Html Css Color HEX #AADC37 Atlantis

📋 copy color: '#AADC37'

red 170 ◦ green 220 ◦ blue 55

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

Shades of Atlantis #AADC37

Tints of Atlantis #AADC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.36%

R = 38.2%
G = 49.44%
B = 12.36%

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

#AADC37 (or 0xAADC37) is known color: Atlantis. HEX triplet: AA, DC and 37. RGB value is (170,220,55). Sum of RGB (Red+Green+Blue) = 170+220+55=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC37 is #5523C8. Grayscale: #BABABA. Windows color (decimal): -5579721 or 3660970. OLE color: 3660970.

HSL color Cylindrical-coordinate representation of color #AADC37: hue angle of 78.18º 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 #AADC37 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 55 -
CMYK 0.23 0 0.75 0.14
HSL 78.18º 0.7% 0.54% -
HSV(B) 78.18º 0.75% 0.86% -
XYZ 42.86 60.01 12.94 -
YUV 186.24 53.94 116.42 -
System Red Green Blue C M Y K H S L
Decimal 170 220 55 0.23 0 0.75 0.14 78.18 0.7 0.54
Hex AA DC 37 17 0 4B E 4E 46 36
Octal 252 334 67 27 0 113 16 116 106 66
Binary 10101010 11011100 110111 10111 0 1001011 1110 1001110 1000110 110110

Color Harmonies of #AADC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC37

Black with #AADC37

Text Example


Text Example

White with #AADC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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