Html Css Color HEX #AACC40 Atlantis

📋 copy color: '#AACC40'

red 170 ◦ green 204 ◦ blue 64

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

Shades of Atlantis #AACC40

Tints of Atlantis #AACC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.58%

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

R = 38.81%
G = 46.58%
B = 14.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#AACC40 (or 0xAACC40) is known color: Atlantis. HEX triplet: AA, CC and 40. RGB value is (170,204,64). Sum of RGB (Red+Green+Blue) = 170+204+64=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC40 is #5533BF. Grayscale: #B2B2B2. Windows color (decimal): -5583808 or 4246698. OLE color: 4246698.

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

Color convert

RGB 170 204 64 -
CMYK 0.17 0 0.69 0.2
HSL 74.57º 0.58% 0.53% -
HSV(B) 74.57º 0.69% 0.8% -
XYZ 39.1 52.1 12.85 -
YUV 177.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 170 204 64 0.17 0 0.69 0.2 74.57 0.58 0.53
Hex AA CC 40 11 0 45 14 4B 3A 35
Octal 252 314 100 21 0 105 24 113 72 65
Binary 10101010 11001100 1000000 10001 0 1000101 10100 1001011 111010 110101

Color Harmonies of #AACC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC40

Black with #AACC40

Text Example


Text Example

White with #AACC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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