Html Css Color HEX #AACA42 Atlantis

📋 copy color: '#AACA42'

red 170 ◦ green 202 ◦ blue 66

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

Shades of Atlantis #AACA42

Tints of Atlantis #AACA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

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

R = 38.81%
G = 46.12%
B = 15.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#AACA42 (or 0xAACA42) is known color: Atlantis. HEX triplet: AA, CA and 42. RGB value is (170,202,66). Sum of RGB (Red+Green+Blue) = 170+202+66=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA42 is #5535BD. Grayscale: #B1B1B1. Windows color (decimal): -5584318 or 4377258. OLE color: 4377258.

HSL color Cylindrical-coordinate representation of color #AACA42: hue angle of 74.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AACA42 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 66 -
CMYK 0.16 0 0.67 0.21
HSL 74.12º 0.56% 0.53% -
HSV(B) 74.12º 0.67% 0.79% -
XYZ 38.68 51.18 12.99 -
YUV 176.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 170 202 66 0.16 0 0.67 0.21 74.12 0.56 0.53
Hex AA CA 42 10 0 43 15 4A 38 35
Octal 252 312 102 20 0 103 25 112 70 65
Binary 10101010 11001010 1000010 10000 0 1000011 10101 1001010 111000 110101

Color Harmonies of #AACA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA42

Black with #AACA42

Text Example


Text Example

White with #AACA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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