#A8E13B

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

Shades of Atlantis #A8E13B

Tints of Atlantis #A8E13B

Color information

#A8E13B (or 0xA8E13B) is unknown color: approx Atlantis. HEX triplet: A8, E1 and 3B. RGB value is (168,225,59). Sum of RGB (Red+Green+Blue) = 168+225+59=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E13B is #571EC4. Grayscale: #BDBDBD. Windows color (decimal): -5709509 or 3924392. OLE color: 3924392.

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

Color convert

RGB16822559-
CMYK0.2500.740.12
HSL80.6º73.45%55.69%-
HSV(B)80.6º73.78%88.24%-
XYZ43.8662.4913.89-
YUV189.0354.62113-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 225 (88.28% from 255) = 49.78%
BLUE value IS 59 (23.44% from 255) = 13.05%
R=37.17%
G=49.78%
B=13.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168225590.2500.740.1280.673.4555.69
HexA8E13B1904AC514938
Octal250341733101121412111170
Binary10101000111000011110111100101001010110010100011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E13B; }

 p { color: rgb(168,225,59); }

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

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

 a { background-color: rgb(168,225,59); }

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

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

 span { border-color: rgb(168,225,59); }

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