Html Css Color HEX #AAC93D Atlantis

📋 copy color: '#AAC93D'

red 170 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #AAC93D

Tints of Atlantis #AAC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.53%

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

R = 39.35%
G = 46.53%
B = 14.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#AAC93D (or 0xAAC93D) is known color: Atlantis. HEX triplet: AA, C9 and 3D. RGB value is (170,201,61). Sum of RGB (Red+Green+Blue) = 170+201+61=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC93D is #5536C2. Grayscale: #B0B0B0. Windows color (decimal): -5584579 or 4049322. OLE color: 4049322.

HSL color Cylindrical-coordinate representation of color #AAC93D: hue angle of 73.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAC93D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 61 -
CMYK 0.15 0 0.70 0.21
HSL 73.29º 0.56% 0.51% -
HSV(B) 73.29º 0.7% 0.79% -
XYZ 38.31 50.66 12.17 -
YUV 175.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 170 201 61 0.15 0 0.70 0.21 73.29 0.56 0.51
Hex AA C9 3D F 0 46 15 49 38 33
Octal 252 311 75 17 0 106 25 111 70 63
Binary 10101010 11001001 111101 1111 0 1000110 10101 1001001 111000 110011

Color Harmonies of #AAC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC93D

Black with #AAC93D

Text Example


Text Example

White with #AAC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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