#A5E93E

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

Shades of Atlantis #A5E93E

Tints of Atlantis #A5E93E

Color information

#A5E93E (or 0xA5E93E) is unknown color: approx Atlantis. HEX triplet: A5, E9 and 3E. RGB value is (165,233,62). Sum of RGB (Red+Green+Blue) = 165+233+62=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E93E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E93E is #5A16C1. Grayscale: #C1C1C1. Windows color (decimal): -5904066 or 4123045. OLE color: 4123045.

HSL color Cylindrical-coordinate representation of color #A5E93E: hue angle of 83.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5E93E is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB16523362-
CMYK0.2900.730.09
HSL83.86º79.53%57.84%-
HSV(B)83.86º73.39%91.37%-
XYZ45.5366.6215.02-
YUV193.1753.97107.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 233 (91.41% from 255) = 50.65%
BLUE value IS 62 (24.61% from 255) = 13.48%
R=35.87%
G=50.65%
B=13.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165233620.2900.730.0983.8679.5357.84
HexA5E93E1D049954503a
Octal245351763501111112412072
Binary10100101111010011111101110101001001100110101001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E93E; }

 p { color: rgb(165,233,62); }

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

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

 a { background-color: rgb(165,233,62); }

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

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

 span { border-color: rgb(165,233,62); }

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