Html Css Color HEX #AADC40 Atlantis

📋 copy color: '#AADC40'

red 170 ◦ green 220 ◦ blue 64

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

Shades of Atlantis #AADC40

Tints of Atlantis #AADC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 37.44%
G = 48.46%
B = 14.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#AADC40 (or 0xAADC40) is known color: Atlantis. HEX triplet: AA, DC and 40. RGB value is (170,220,64). Sum of RGB (Red+Green+Blue) = 170+220+64=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC40 is #5523BF. Grayscale: #BBBBBB. Windows color (decimal): -5579712 or 4250794. OLE color: 4250794.

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

Color convert

RGB 170 220 64 -
CMYK 0.23 0 0.71 0.14
HSL 79.23º 0.69% 0.56% -
HSV(B) 79.23º 0.71% 0.86% -
XYZ 43.1 60.1 14.18 -
YUV 187.27 58.44 115.68 -
System Red Green Blue C M Y K H S L
Decimal 170 220 64 0.23 0 0.71 0.14 79.23 0.69 0.56
Hex AA DC 40 17 0 47 E 4F 45 38
Octal 252 334 100 27 0 107 16 117 105 70
Binary 10101010 11011100 1000000 10111 0 1000111 1110 1001111 1000101 111000

Color Harmonies of #AADC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC40

Black with #AADC40

Text Example


Text Example

White with #AADC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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