#A8E23D

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

Shades of Atlantis #A8E23D

Tints of Atlantis #A8E23D

Color information

#A8E23D (or 0xA8E23D) is unknown color: approx Atlantis. HEX triplet: A8, E2 and 3D. RGB value is (168,226,61). Sum of RGB (Red+Green+Blue) = 168+226+61=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E23D is #571DC2. Grayscale: #BEBEBE. Windows color (decimal): -5709251 or 4055720. OLE color: 4055720.

HSL color Cylindrical-coordinate representation of color #A8E23D: hue angle of 81.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8E23D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB16822661-
CMYK0.2600.730.11
HSL81.09º73.99%56.27%-
HSV(B)81.09º73.01%88.63%-
XYZ44.1963.0514.26-
YUV189.8555.28112.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 226 (88.67% from 255) = 49.67%
BLUE value IS 61 (24.22% from 255) = 13.41%
R=36.92%
G=49.67%
B=13.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168226610.2600.730.1181.0973.9956.27
HexA8E23D1A049B514a38
Octal250342753201111312111270
Binary10101000111000101111011101001001001101110100011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E23D; }

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

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

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

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

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

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

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

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