#A9D03B

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

Shades of Atlantis #A9D03B

Tints of Atlantis #A9D03B

Color information

#A9D03B (or 0xA9D03B) is unknown color: approx Atlantis. HEX triplet: A9, D0 and 3B. RGB value is (169,208,59). Sum of RGB (Red+Green+Blue) = 169+208+59=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D03B is #562FC4. Grayscale: #B3B3B3. Windows color (decimal): -5648325 or 3920041. OLE color: 3920041.

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

Color convert

RGB16920859-
CMYK0.1900.720.18
HSL75.7º61.32%52.35%-
HSV(B)75.7º71.63%81.57%-
XYZ39.7153.8612.44-
YUV179.3560.08120.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 59 (23.44% from 255) = 13.53%
R=38.76%
G=47.71%
B=13.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169208590.1900.720.1875.761.3252.35
HexA9D03B13048124c3d34
Octal25132073230110221147564
Binary10101001110100001110111001101001000100101001100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D03B; }

 p { color: rgb(169,208,59); }

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

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

 a { background-color: rgb(169,208,59); }

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

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

 span { border-color: rgb(169,208,59); }

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