Html Css Color HEX #AACA3A Atlantis

📋 copy color: '#AACA3A'

red 170 ◦ green 202 ◦ blue 58

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

Shades of Atlantis #AACA3A

Tints of Atlantis #AACA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 39.53%
G = 46.98%
B = 13.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#AACA3A (or 0xAACA3A) is known color: Atlantis. HEX triplet: AA, CA and 3A. RGB value is (170,202,58). Sum of RGB (Red+Green+Blue) = 170+202+58=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA3A is #5535C5. Grayscale: #B0B0B0. Windows color (decimal): -5584326 or 3852970. OLE color: 3852970.

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

Color convert

RGB 170 202 58 -
CMYK 0.16 0 0.71 0.21
HSL 73.33º 0.58% 0.51% -
HSV(B) 73.33º 0.71% 0.79% -
XYZ 38.46 51.09 11.84 -
YUV 176.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 170 202 58 0.16 0 0.71 0.21 73.33 0.58 0.51
Hex AA CA 3A 10 0 47 15 49 3A 33
Octal 252 312 72 20 0 107 25 111 72 63
Binary 10101010 11001010 111010 10000 0 1000111 10101 1001001 111010 110011

Color Harmonies of #AACA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA3A

Black with #AACA3A

Text Example


Text Example

White with #AACA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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