#A9D93D

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

Shades of Atlantis #A9D93D

Tints of Atlantis #A9D93D

Color information

#A9D93D (or 0xA9D93D) is unknown color: approx Atlantis. HEX triplet: A9, D9 and 3D. RGB value is (169,217,61). Sum of RGB (Red+Green+Blue) = 169+217+61=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D93D is #5626C2. Grayscale: #B9B9B9. Windows color (decimal): -5646019 or 4053417. OLE color: 4053417.

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

Color convert

RGB16921761-
CMYK0.2200.720.15
HSL78.46º67.24%54.51%-
HSV(B)78.46º71.89%85.1%-
XYZ42.0258.413.47-
YUV184.8658.1116.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 217 (85.16% from 255) = 48.55%
BLUE value IS 61 (24.22% from 255) = 13.65%
R=37.81%
G=48.55%
B=13.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169217610.2200.720.1578.4667.2454.51
HexA9D93D16048F4e4337
Octal251331752601101711610367
Binary10101001110110011111011011001001000111110011101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D93D; }

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

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

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

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

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

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

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

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