#A8D43E

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

Shades of Atlantis #A8D43E

Tints of Atlantis #A8D43E

Color information

#A8D43E (or 0xA8D43E) is unknown color: approx Atlantis. HEX triplet: A8, D4 and 3E. RGB value is (168,212,62). Sum of RGB (Red+Green+Blue) = 168+212+62=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D43E is #572BC1. Grayscale: #B6B6B6. Windows color (decimal): -5712834 or 4117672. OLE color: 4117672.

HSL color Cylindrical-coordinate representation of color #A8D43E: hue angle of 77.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D43E is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB16821262-
CMYK0.2100.710.17
HSL77.6º63.56%53.73%-
HSV(B)77.6º70.75%83.14%-
XYZ40.5655.7613.18-
YUV181.7460.42118.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 212 (83.20% from 255) = 47.96%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=38.01%
G=47.96%
B=14.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168212620.2100.710.1777.663.5653.73
HexA8D43E15047114e4036
Octal250324762501072111610066
Binary101010001101010011111010101010001111000110011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D43E; }

 p { color: rgb(168,212,62); }

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

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

 a { background-color: rgb(168,212,62); }

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

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

 span { border-color: rgb(168,212,62); }

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