Html Css Color HEX #AAC93F Atlantis

📋 copy color: '#AAC93F'

red 170 ◦ green 201 ◦ blue 63

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

Shades of Atlantis #AAC93F

Tints of Atlantis #AAC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 39.17%
G = 46.31%
B = 14.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#AAC93F (or 0xAAC93F) is known color: Atlantis. HEX triplet: AA, C9 and 3F. RGB value is (170,201,63). Sum of RGB (Red+Green+Blue) = 170+201+63=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC93F is #5536C0. Grayscale: #B0B0B0. Windows color (decimal): -5584577 or 4180394. OLE color: 4180394.

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

Color convert

RGB 170 201 63 -
CMYK 0.15 0 0.69 0.21
HSL 73.48º 0.56% 0.52% -
HSV(B) 73.48º 0.69% 0.79% -
XYZ 38.36 50.68 12.46 -
YUV 176 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 170 201 63 0.15 0 0.69 0.21 73.48 0.56 0.52
Hex AA C9 3F F 0 45 15 49 38 34
Octal 252 311 77 17 0 105 25 111 70 64
Binary 10101010 11001001 111111 1111 0 1000101 10101 1001001 111000 110100

Color Harmonies of #AAC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC93F

Black with #AAC93F

Text Example


Text Example

White with #AAC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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