Html Css Color HEX #AAC53A Atlantis

📋 copy color: '#AAC53A'

red 170 ◦ green 197 ◦ blue 58

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

Shades of Atlantis #AAC53A

Tints of Atlantis #AAC53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 40%
G = 46.35%
B = 13.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#AAC53A (or 0xAAC53A) is known color: Atlantis. HEX triplet: AA, C5 and 3A. RGB value is (170,197,58). Sum of RGB (Red+Green+Blue) = 170+197+58=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC53A is #553AC5. Grayscale: #ADADAD. Windows color (decimal): -5585606 or 3851690. OLE color: 3851690.

HSL color Cylindrical-coordinate representation of color #AAC53A: hue angle of 71.65º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAC53A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 58 -
CMYK 0.14 0 0.71 0.23
HSL 71.65º 0.55% 0.5% -
HSV(B) 71.65º 0.71% 0.77% -
XYZ 37.31 48.78 11.45 -
YUV 173.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 170 197 58 0.14 0 0.71 0.23 71.65 0.55 0.5
Hex AA C5 3A E 0 47 17 48 37 32
Octal 252 305 72 16 0 107 27 110 67 62
Binary 10101010 11000101 111010 1110 0 1000111 10111 1001000 110111 110010

Color Harmonies of #AAC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC53A

Black with #AAC53A

Text Example


Text Example

White with #AAC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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