Html Css Color HEX #AACC42 Atlantis

📋 copy color: '#AACC42'

red 170 ◦ green 204 ◦ blue 66

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

Shades of Atlantis #AACC42

Tints of Atlantis #AACC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15%

R = 38.64%
G = 46.36%
B = 15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#AACC42 (or 0xAACC42) is known color: Atlantis. HEX triplet: AA, CC and 42. RGB value is (170,204,66). Sum of RGB (Red+Green+Blue) = 170+204+66=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC42 is #5533BD. Grayscale: #B2B2B2. Windows color (decimal): -5583806 or 4377770. OLE color: 4377770.

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

Color convert

RGB 170 204 66 -
CMYK 0.17 0 0.68 0.2
HSL 74.78º 0.58% 0.53% -
HSV(B) 74.78º 0.68% 0.8% -
XYZ 39.15 52.13 13.15 -
YUV 178.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 170 204 66 0.17 0 0.68 0.2 74.78 0.58 0.53
Hex AA CC 42 11 0 44 14 4B 3A 35
Octal 252 314 102 21 0 104 24 113 72 65
Binary 10101010 11001100 1000010 10001 0 1000100 10100 1001011 111010 110101

Color Harmonies of #AACC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC42

Black with #AACC42

Text Example


Text Example

White with #AACC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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