#A3CE39

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

Shades of Atlantis #A3CE39

Tints of Atlantis #A3CE39

Color information

#A3CE39 (or 0xA3CE39) is unknown color: approx Atlantis. HEX triplet: A3, CE and 39. RGB value is (163,206,57). Sum of RGB (Red+Green+Blue) = 163+206+57=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE39 is #5C31C6. Grayscale: #B0B0B0. Windows color (decimal): -6042055 or 3788451. OLE color: 3788451.

HSL color Cylindrical-coordinate representation of color #A3CE39: hue angle of 77.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3CE39 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB16320657-
CMYK0.2100.720.19
HSL77.32º60.32%51.57%-
HSV(B)77.32º72.33%80.78%-
XYZ37.9152.2211.95-
YUV176.1660.75118.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 206 (80.86% from 255) = 48.36%
BLUE value IS 57 (22.66% from 255) = 13.38%
R=38.26%
G=48.36%
B=13.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163206570.2100.720.1977.3260.3251.57
HexA3CE3915048134d3c34
Octal24331671250110231157464
Binary10100011110011101110011010101001000100111001101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CE39; }

 p { color: rgb(163,206,57); }

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

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

 a { background-color: rgb(163,206,57); }

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

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

 span { border-color: rgb(163,206,57); }

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