#AAC83A

Color #AAC83A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #AAC83A

Tints of Atlantis #AAC83A

Color information

#AAC83A (or 0xAAC83A) is unknown color: approx Atlantis. HEX triplet: AA, C8 and 3A. RGB value is (170,200,58). Sum of RGB (Red+Green+Blue) = 170+200+58=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC83A is #5537C5. Grayscale: #AFAFAF. Windows color (decimal): -5584838 or 3852458. OLE color: 3852458.

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

Color convert

RGB17020058-
CMYK0.1500.710.22
HSL72.68º56.35%50.59%-
HSV(B)72.68º71%78.43%-
XYZ3850.1611.68-
YUV174.8462.06124.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 200 (78.52% from 255) = 46.73%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=39.72%
G=46.73%
B=13.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170200580.1500.710.2272.6856.3550.59
HexAAC83AF04716493833
Octal25231072170107261117063
Binary1010101011001000111010111101000111101101001001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC83A; }

 p { color: rgb(170,200,58); }

 H1.HeaderClassName
 {
   color: #AAC83A;
 }
 .AnyTagClassName
 {
   color: #AAC83A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,200,58); }

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

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

 span { border-color: rgb(170,200,58); }

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