Html Css Color HEX #AAD740 Atlantis

📋 copy color: '#AAD740'

red 170 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #AAD740

Tints of Atlantis #AAD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

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

R = 37.86%
G = 47.88%
B = 14.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#AAD740 (or 0xAAD740) is known color: Atlantis. HEX triplet: AA, D7 and 40. RGB value is (170,215,64). Sum of RGB (Red+Green+Blue) = 170+215+64=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD740 is #5528BF. Grayscale: #B8B8B8. Windows color (decimal): -5580992 or 4249514. OLE color: 4249514.

HSL color Cylindrical-coordinate representation of color #AAD740: hue angle of 77.88º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD740 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 64 -
CMYK 0.21 0 0.70 0.16
HSL 77.88º 0.65% 0.55% -
HSV(B) 77.88º 0.7% 0.84% -
XYZ 41.8 57.52 13.75 -
YUV 184.33 60.09 117.78 -
System Red Green Blue C M Y K H S L
Decimal 170 215 64 0.21 0 0.70 0.16 77.88 0.65 0.55
Hex AA D7 40 15 0 46 10 4E 41 37
Octal 252 327 100 25 0 106 20 116 101 67
Binary 10101010 11010111 1000000 10101 0 1000110 10000 1001110 1000001 110111

Color Harmonies of #AAD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD740

Black with #AAD740

Text Example


Text Example

White with #AAD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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