#A8D73A

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

Shades of Atlantis #A8D73A

Tints of Atlantis #A8D73A

Color information

#A8D73A (or 0xA8D73A) is unknown color: approx Atlantis. HEX triplet: A8, D7 and 3A. RGB value is (168,215,58). Sum of RGB (Red+Green+Blue) = 168+215+58=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D73A is #5728C5. Grayscale: #B7B7B7. Windows color (decimal): -5712070 or 3856296. OLE color: 3856296.

HSL color Cylindrical-coordinate representation of color #A8D73A: hue angle of 77.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8D73A is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB16821558-
CMYK0.2200.730.16
HSL77.96º66.24%53.53%-
HSV(B)77.96º73.02%84.31%-
XYZ41.2157.2312.88-
YUV183.0557.43117.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 215 (84.38% from 255) = 48.75%
BLUE value IS 58 (23.05% from 255) = 13.15%
R=38.10%
G=48.75%
B=13.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168215580.2200.730.1677.9666.2453.53
HexA8D73A16049104e4236
Octal250327722601112011610266
Binary101010001101011111101010110010010011000010011101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D73A; }

 p { color: rgb(168,215,58); }

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

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

 a { background-color: rgb(168,215,58); }

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

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

 span { border-color: rgb(168,215,58); }

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