#A5D843

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

Shades of Atlantis #A5D843

Tints of Atlantis #A5D843

Color information

#A5D843 (or 0xA5D843) is unknown color: approx Atlantis. HEX triplet: A5, D8 and 43. RGB value is (165,216,67). Sum of RGB (Red+Green+Blue) = 165+216+67=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D843 is #5A27BC. Grayscale: #B8B8B8. Windows color (decimal): -5908413 or 4446373. OLE color: 4446373.

HSL color Cylindrical-coordinate representation of color #A5D843: hue angle of 80.54º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5D843 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB16521667-
CMYK0.2400.690.15
HSL80.54º65.64%55.49%-
HSV(B)80.54º68.98%84.71%-
XYZ41.0957.5214.25-
YUV183.7662.1114.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 216 (84.77% from 255) = 48.21%
BLUE value IS 67 (26.56% from 255) = 14.96%
R=36.83%
G=48.21%
B=14.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165216670.2400.690.1580.5465.6455.49
HexA5D84318045F514237
Octal2453301033001051712110267
Binary101001011101100010000111100001000101111110100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D843; }

 p { color: rgb(165,216,67); }

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

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

 a { background-color: rgb(165,216,67); }

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

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

 span { border-color: rgb(165,216,67); }

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