Html Css Color HEX #AAC63C Atlantis

📋 copy color: '#AAC63C'

red 170 ◦ green 198 ◦ blue 60

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

Shades of Atlantis #AAC63C

Tints of Atlantis #AAC63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.26%

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 39.72%
G = 46.26%
B = 14.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#AAC63C (or 0xAAC63C) is known color: Atlantis. HEX triplet: AA, C6 and 3C. RGB value is (170,198,60). Sum of RGB (Red+Green+Blue) = 170+198+60=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC63C is #5539C3. Grayscale: #AEAEAE. Windows color (decimal): -5585348 or 3983018. OLE color: 3983018.

HSL color Cylindrical-coordinate representation of color #AAC63C: hue angle of 72.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAC63C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 60 -
CMYK 0.14 0 0.70 0.22
HSL 72.17º 0.55% 0.51% -
HSV(B) 72.17º 0.7% 0.78% -
XYZ 37.59 49.26 11.8 -
YUV 173.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 170 198 60 0.14 0 0.70 0.22 72.17 0.55 0.51
Hex AA C6 3C E 0 46 16 48 37 33
Octal 252 306 74 16 0 106 26 110 67 63
Binary 10101010 11000110 111100 1110 0 1000110 10110 1001000 110111 110011

Color Harmonies of #AAC63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC63C

Black with #AAC63C

Text Example


Text Example

White with #AAC63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC63C; }

 p { color: rgb(170,198,60); }

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

background-color css

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

 a { background-color: rgb(170,198,60); }

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

border-color css

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

 span { border-color: rgb(170,198,60); }

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