#AACB3E

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

Shades of Atlantis #AACB3E

Tints of Atlantis #AACB3E

Color information

#AACB3E (or 0xAACB3E) is unknown color: approx Atlantis. HEX triplet: AA, CB and 3E. RGB value is (170,203,62). Sum of RGB (Red+Green+Blue) = 170+203+62=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB3E is #5534C1. Grayscale: #B1B1B1. Windows color (decimal): -5584066 or 4115370. OLE color: 4115370.

HSL color Cylindrical-coordinate representation of color #AACB3E: hue angle of 74.04º degrees, saturation: 0.58, 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 #AACB3E is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB17020362-
CMYK0.1600.690.20
HSL74.04º57.55%51.96%-
HSV(B)74.04º69.46%79.61%-
XYZ38.851.6112.47-
YUV177.0663.07122.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=39.08%
G=46.67%
B=14.25%

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
Decimal170203620.1600.690.2074.0457.5551.96
HexAACB3E10045144a3a34
Octal25231376200105241127264
Binary10101010110010111111101000001000101101001001010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB3E; }

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

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

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

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

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

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

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

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