Html Css Color HEX #AAC73E Atlantis

📋 copy color: '#AAC73E'

red 170 ◦ green 199 ◦ blue 62

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

Shades of Atlantis #AAC73E

Tints of Atlantis #AAC73E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

 BLUE value IS 62 (24.61% from 255) = 14.39%

R = 39.44%
G = 46.17%
B = 14.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#AAC73E (or 0xAAC73E) is known color: Atlantis. HEX triplet: AA, C7 and 3E. RGB value is (170,199,62). Sum of RGB (Red+Green+Blue) = 170+199+62=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC73E is #5538C1. Grayscale: #AFAFAF. Windows color (decimal): -5585090 or 4114346. OLE color: 4114346.

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

Color convert

RGB 170 199 62 -
CMYK 0.15 0 0.69 0.22
HSL 72.7º 0.55% 0.51% -
HSV(B) 72.7º 0.69% 0.78% -
XYZ 37.87 49.74 12.16 -
YUV 174.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 170 199 62 0.15 0 0.69 0.22 72.7 0.55 0.51
Hex AA C7 3E F 0 45 16 49 37 33
Octal 252 307 76 17 0 105 26 111 67 63
Binary 10101010 11000111 111110 1111 0 1000101 10110 1001001 110111 110011

Color Harmonies of #AAC73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC73E

Black with #AAC73E

Text Example


Text Example

White with #AAC73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC73E; }

 p { color: rgb(170,199,62); }

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

background-color css

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

 a { background-color: rgb(170,199,62); }

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

border-color css

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

 span { border-color: rgb(170,199,62); }

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