#A8E73A

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

Shades of Atlantis #A8E73A

Tints of Atlantis #A8E73A

Color information

#A8E73A (or 0xA8E73A) is unknown color: approx Atlantis. HEX triplet: A8, E7 and 3A. RGB value is (168,231,58). Sum of RGB (Red+Green+Blue) = 168+231+58=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E73A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E73A is #5718C5. Grayscale: #C1C1C1. Windows color (decimal): -5707974 or 3860392. OLE color: 3860392.

HSL color Cylindrical-coordinate representation of color #A8E73A: hue angle of 81.85º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8E73A is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB16823158-
CMYK0.2700.750.09
HSL81.85º78.28%56.67%-
HSV(B)81.85º74.89%90.59%-
XYZ45.4965.7814.3-
YUV192.4452.13110.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 231 (90.62% from 255) = 50.55%
BLUE value IS 58 (23.05% from 255) = 12.69%
R=36.76%
G=50.55%
B=12.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168231580.2700.750.0981.8578.2856.67
HexA8E73A1B04B9524e39
Octal250347723301131112211671
Binary10101000111001111110101101101001011100110100101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E73A; }

 p { color: rgb(168,231,58); }

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

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

 a { background-color: rgb(168,231,58); }

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

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

 span { border-color: rgb(168,231,58); }

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