#A8D03C

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

Shades of Atlantis #A8D03C

Tints of Atlantis #A8D03C

Color information

#A8D03C (or 0xA8D03C) is unknown color: approx Atlantis. HEX triplet: A8, D0 and 3C. RGB value is (168,208,60). Sum of RGB (Red+Green+Blue) = 168+208+60=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D03C is #572FC3. Grayscale: #B3B3B3. Windows color (decimal): -5713860 or 3985576. OLE color: 3985576.

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

Color convert

RGB16820860-
CMYK0.1900.710.18
HSL76.22º61.16%52.55%-
HSV(B)76.22º71.15%81.57%-
XYZ39.5253.7612.57-
YUV179.1760.75120.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 60 (23.83% from 255) = 13.76%
R=38.53%
G=47.71%
B=13.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168208600.1900.710.1876.2261.1652.55
HexA8D03C13047124c3d35
Octal25032074230107221147565
Binary10101000110100001111001001101000111100101001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D03C; }

 p { color: rgb(168,208,60); }

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

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

 a { background-color: rgb(168,208,60); }

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

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

 span { border-color: rgb(168,208,60); }

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