#AACB3F

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

Shades of Atlantis #AACB3F

Tints of Atlantis #AACB3F

Color information

#AACB3F (or 0xAACB3F) is unknown color: approx Atlantis. HEX triplet: AA, CB and 3F. RGB value is (170,203,63). Sum of RGB (Red+Green+Blue) = 170+203+63=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB3F is #5534C0. Grayscale: #B1B1B1. Windows color (decimal): -5584065 or 4180906. OLE color: 4180906.

HSL color Cylindrical-coordinate representation of color #AACB3F: hue angle of 74.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AACB3F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB17020363-
CMYK0.1600.690.20
HSL74.14º57.38%52.16%-
HSV(B)74.14º68.97%79.61%-
XYZ38.8351.6212.62-
YUV177.1763.57122.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 63 (25% from 255) = 14.45%
R=38.99%
G=46.56%
B=14.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203630.1600.690.2074.1457.3852.16
HexAACB3F10045144a3934
Octal25231377200105241127164
Binary10101010110010111111111000001000101101001001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB3F; }

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

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

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

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

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

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

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

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