#a9ce3d

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

Shades of Atlantis #A9CE3D

Tints of Atlantis #A9CE3D

Color information

#A9CE3D (or 0xA9CE3D) is unknown color: approx Atlantis. HEX triplet: A9, CE and 3D. RGB value is (169,206,61). Sum of RGB (Red+Green+Blue) = 169+206+61=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CE3D is #5631C2. Grayscale: #B2B2B2. Windows color (decimal): -5648835 or 4050601. OLE color: 4050601.

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

Color convert

RGB16920661-
CMYK0.1800.700.19
HSL75.31º59.67%52.35%-
HSV(B)75.31º70.39%80.78%-
XYZ39.2852.9112.56-
YUV178.4161.74121.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 206 (80.86% from 255) = 47.25%
BLUE value IS 61 (24.22% from 255) = 13.99%
R=38.76%
G=47.25%
B=13.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169206610.1800.700.1975.3159.6752.35
HexA9CE3D12046134b3c34
Octal25131675220106231137464
Binary10101001110011101111011001001000110100111001011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9ce3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9ce3d; }

 p { color: rgb(169,206,61); }

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

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

 a { background-color: rgb(169,206,61); }

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

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

 span { border-color: rgb(169,206,61); }

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