Html Css Color HEX #AADA40 Atlantis

📋 copy color: '#AADA40'

red 170 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #AADA40

Tints of Atlantis #AADA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

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

R = 37.61%
G = 48.23%
B = 14.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#AADA40 (or 0xAADA40) is known color: Atlantis. HEX triplet: AA, DA and 40. RGB value is (170,218,64). Sum of RGB (Red+Green+Blue) = 170+218+64=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA40 is #5525BF. Grayscale: #BABABA. Windows color (decimal): -5580224 or 4250282. OLE color: 4250282.

HSL color Cylindrical-coordinate representation of color #AADA40: hue angle of 78.7º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AADA40 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 64 -
CMYK 0.22 0 0.71 0.15
HSL 78.7º 0.68% 0.55% -
HSV(B) 78.7º 0.71% 0.85% -
XYZ 42.57 59.06 14.01 -
YUV 186.09 59.1 116.52 -
System Red Green Blue C M Y K H S L
Decimal 170 218 64 0.22 0 0.71 0.15 78.7 0.68 0.55
Hex AA DA 40 16 0 47 F 4F 44 37
Octal 252 332 100 26 0 107 17 117 104 67
Binary 10101010 11011010 1000000 10110 0 1000111 1111 1001111 1000100 110111

Color Harmonies of #AADA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA40

Black with #AADA40

Text Example


Text Example

White with #AADA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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