#A8DE3D

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

Shades of Atlantis #A8DE3D

Tints of Atlantis #A8DE3D

Color information

#A8DE3D (or 0xA8DE3D) is unknown color: approx Atlantis. HEX triplet: A8, DE and 3D. RGB value is (168,222,61). Sum of RGB (Red+Green+Blue) = 168+222+61=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE3D is #5721C2. Grayscale: #BCBCBC. Windows color (decimal): -5710275 or 4054696. OLE color: 4054696.

HSL color Cylindrical-coordinate representation of color #A8DE3D: hue angle of 80.12º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8DE3D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB16822261-
CMYK0.2400.730.13
HSL80.12º70.93%55.49%-
HSV(B)80.12º72.52%87.06%-
XYZ43.1160.913.9-
YUV187.556.61114.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=37.25%
G=49.22%
B=13.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168222610.2400.730.1380.1270.9355.49
HexA8DE3D18049D504737
Octal250336753001111512010767
Binary10101000110111101111011100001001001110110100001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DE3D; }

 p { color: rgb(168,222,61); }

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

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

 a { background-color: rgb(168,222,61); }

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

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

 span { border-color: rgb(168,222,61); }

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