#A8D143

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

Shades of Atlantis #A8D143

Tints of Atlantis #A8D143

Color information

#A8D143 (or 0xA8D143) is unknown color: approx Atlantis. HEX triplet: A8, D1 and 43. RGB value is (168,209,67). Sum of RGB (Red+Green+Blue) = 168+209+67=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D143 is #572EBC. Grayscale: #B5B5B5. Windows color (decimal): -5713597 or 4444584. OLE color: 4444584.

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

Color convert

RGB16820967-
CMYK0.2000.680.18
HSL77.32º60.68%54.12%-
HSV(B)77.32º67.94%81.96%-
XYZ39.9654.3313.69-
YUV180.5563.92119.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 67 (26.56% from 255) = 15.09%
R=37.84%
G=47.07%
B=15.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168209670.2000.680.1877.3260.6854.12
HexA8D14314044124d3d36
Octal250321103240104221157566
Binary101010001101000110000111010001000100100101001101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D143; }

 p { color: rgb(168,209,67); }

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

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

 a { background-color: rgb(168,209,67); }

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

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

 span { border-color: rgb(168,209,67); }

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