#A5D43B

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

Shades of Atlantis #A5D43B

Tints of Atlantis #A5D43B

Color information

#A5D43B (or 0xA5D43B) is unknown color: approx Atlantis. HEX triplet: A5, D4 and 3B. RGB value is (165,212,59). Sum of RGB (Red+Green+Blue) = 165+212+59=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D43B is #5A2BC4. Grayscale: #B5B5B5. Windows color (decimal): -5909445 or 3921061. OLE color: 3921061.

HSL color Cylindrical-coordinate representation of color #A5D43B: hue angle of 78.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5D43B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB16521259-
CMYK0.2200.720.17
HSL78.43º64.02%53.14%-
HSV(B)78.43º72.17%83.14%-
XYZ39.8555.412.73-
YUV180.559.43116.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 212 (83.20% from 255) = 48.62%
BLUE value IS 59 (23.44% from 255) = 13.53%
R=37.84%
G=48.62%
B=13.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal165212590.2200.720.1778.4364.0253.14
HexA5D43B16048114e4035
Octal245324732601102111610065
Binary101001011101010011101110110010010001000110011101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D43B; }

 p { color: rgb(165,212,59); }

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

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

 a { background-color: rgb(165,212,59); }

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

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

 span { border-color: rgb(165,212,59); }

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