#A8D545

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

Shades of Atlantis #A8D545

Tints of Atlantis #A8D545

Color information

#A8D545 (or 0xA8D545) is unknown color: approx Atlantis. HEX triplet: A8, D5 and 45. RGB value is (168,213,69). Sum of RGB (Red+Green+Blue) = 168+213+69=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D545 is #572ABA. Grayscale: #B7B7B7. Windows color (decimal): -5712571 or 4576680. OLE color: 4576680.

HSL color Cylindrical-coordinate representation of color #A8D545: hue angle of 78.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8D545 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB16821369-
CMYK0.2100.680.16
HSL78.75º63.16%55.29%-
HSV(B)78.75º67.61%83.53%-
XYZ41.0256.3414.34-
YUV183.1363.59117.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 213 (83.59% from 255) = 47.33%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=37.33%
G=47.33%
B=15.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168213690.2100.680.1678.7563.1655.29
HexA8D54515044104f3f37
Octal250325105250104201177767
Binary101010001101010110001011010101000100100001001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D545; }

 p { color: rgb(168,213,69); }

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

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

 a { background-color: rgb(168,213,69); }

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

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

 span { border-color: rgb(168,213,69); }

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