#A6D03B

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

Shades of Atlantis #A6D03B

Tints of Atlantis #A6D03B

Color information

#A6D03B (or 0xA6D03B) is unknown color: approx Atlantis. HEX triplet: A6, D0 and 3B. RGB value is (166,208,59). Sum of RGB (Red+Green+Blue) = 166+208+59=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D03B is #592FC4. Grayscale: #B3B3B3. Windows color (decimal): -5844933 or 3920038. OLE color: 3920038.

HSL color Cylindrical-coordinate representation of color #A6D03B: hue angle of 76.91º 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 #A6D03B is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB16620859-
CMYK0.2000.720.18
HSL76.91º61.32%52.35%-
HSV(B)76.91º71.63%81.57%-
XYZ39.0753.5312.41-
YUV178.4660.59119.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 208 (81.64% from 255) = 48.04%
BLUE value IS 59 (23.44% from 255) = 13.63%
R=38.34%
G=48.04%
B=13.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166208590.2000.720.1876.9161.3252.35
HexA6D03B14048124d3d34
Octal24632073240110221157564
Binary10100110110100001110111010001001000100101001101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D03B; }

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

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

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

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

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

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

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

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