Html Css Color HEX #AACE40 Atlantis

📋 copy color: '#AACE40'

red 170 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #AACE40

Tints of Atlantis #AACE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.82%

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

R = 38.64%
G = 46.82%
B = 14.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#AACE40 (or 0xAACE40) is known color: Atlantis. HEX triplet: AA, CE and 40. RGB value is (170,206,64). Sum of RGB (Red+Green+Blue) = 170+206+64=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE40 is #5531BF. Grayscale: #B3B3B3. Windows color (decimal): -5583296 or 4247210. OLE color: 4247210.

HSL color Cylindrical-coordinate representation of color #AACE40: hue angle of 75.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AACE40 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 64 -
CMYK 0.17 0 0.69 0.19
HSL 75.21º 0.59% 0.53% -
HSV(B) 75.21º 0.69% 0.81% -
XYZ 39.57 53.06 13.01 -
YUV 179.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 170 206 64 0.17 0 0.69 0.19 75.21 0.59 0.53
Hex AA CE 40 11 0 45 13 4B 3B 35
Octal 252 316 100 21 0 105 23 113 73 65
Binary 10101010 11001110 1000000 10001 0 1000101 10011 1001011 111011 110101

Color Harmonies of #AACE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE40

Black with #AACE40

Text Example


Text Example

White with #AACE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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