#A9C73D

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

Shades of Atlantis #A9C73D

Tints of Atlantis #A9C73D

Color information

#A9C73D (or 0xA9C73D) is unknown color: approx Atlantis. HEX triplet: A9, C7 and 3D. RGB value is (169,199,61). Sum of RGB (Red+Green+Blue) = 169+199+61=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C73D is #5638C2. Grayscale: #AEAEAE. Windows color (decimal): -5650627 or 4048809. OLE color: 4048809.

HSL color Cylindrical-coordinate representation of color #A9C73D: hue angle of 73.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9C73D is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB16919961-
CMYK0.1500.690.22
HSL73.04º55.2%50.98%-
HSV(B)73.04º69.35%78.04%-
XYZ37.6349.6212.01-
YUV174.364.06124.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 61 (24.22% from 255) = 14.22%
R=39.39%
G=46.39%
B=14.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169199610.1500.690.2273.0455.250.98
HexA9C73DF04516493733
Octal25130775170105261116763
Binary1010100111000111111101111101000101101101001001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C73D; }

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

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

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

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

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

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

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

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