Html Css Color HEX #AAC73D Atlantis

📋 copy color: '#AAC73D'

red 170 ◦ green 199 ◦ blue 61

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

Shades of Atlantis #AAC73D

Tints of Atlantis #AAC73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 39.53%
G = 46.28%
B = 14.19%

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

#AAC73D (or 0xAAC73D) is known color: Atlantis. HEX triplet: AA, C7 and 3D. RGB value is (170,199,61). Sum of RGB (Red+Green+Blue) = 170+199+61=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC73D is #5538C2. Grayscale: #AFAFAF. Windows color (decimal): -5585091 or 4048810. OLE color: 4048810.

HSL color Cylindrical-coordinate representation of color #AAC73D: hue angle of 72.61º 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 #AAC73D is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 61 -
CMYK 0.15 0 0.69 0.22
HSL 72.61º 0.55% 0.51% -
HSV(B) 72.61º 0.69% 0.78% -
XYZ 37.84 49.73 12.02 -
YUV 174.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 170 199 61 0.15 0 0.69 0.22 72.61 0.55 0.51
Hex AA C7 3D F 0 45 16 49 37 33
Octal 252 307 75 17 0 105 26 111 67 63
Binary 10101010 11000111 111101 1111 0 1000101 10110 1001001 110111 110011

Color Harmonies of #AAC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC73D

Black with #AAC73D

Text Example


Text Example

White with #AAC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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