#A9CB3D

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

Shades of Atlantis #A9CB3D

Tints of Atlantis #A9CB3D

Color information

#A9CB3D (or 0xA9CB3D) is unknown color: approx Atlantis. HEX triplet: A9, CB and 3D. RGB value is (169,203,61). Sum of RGB (Red+Green+Blue) = 169+203+61=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CB3D is #5634C2. Grayscale: #B1B1B1. Windows color (decimal): -5649603 or 4049833. OLE color: 4049833.

HSL color Cylindrical-coordinate representation of color #A9CB3D: hue angle of 74.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9CB3D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB16920361-
CMYK0.1700.700.20
HSL74.37º57.72%51.76%-
HSV(B)74.37º69.95%79.61%-
XYZ38.5651.4812.32-
YUV176.6562.74122.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 61 (24.22% from 255) = 14.09%
R=39.03%
G=46.88%
B=14.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169203610.1700.700.2074.3757.7251.76
HexA9CB3D11046144a3a34
Octal25131375210106241127264
Binary10101001110010111111011000101000110101001001010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB3D; }

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

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

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

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

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

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

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

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