#a5da3f

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

Shades of Atlantis #A5DA3F

Tints of Atlantis #A5DA3F

Color information

#A5DA3F (or 0xA5DA3F) is unknown color: approx Atlantis. HEX triplet: A5, DA and 3F. RGB value is (165,218,63). Sum of RGB (Red+Green+Blue) = 165+218+63=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DA3F is #5A25C0. Grayscale: #B9B9B9. Windows color (decimal): -5907905 or 4184741. OLE color: 4184741.

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

Color convert

RGB16521863-
CMYK0.2400.710.15
HSL80.52º67.69%55.1%-
HSV(B)80.52º71.1%85.49%-
XYZ41.4958.513.81-
YUV184.4859.44114.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 218 (85.55% from 255) = 48.88%
BLUE value IS 63 (25% from 255) = 14.13%
R=37.00%
G=48.88%
B=14.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165218630.2400.710.1580.5267.6955.1
HexA5DA3F18047F514437
Octal245332773001071712110467
Binary10100101110110101111111100001000111111110100011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5da3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5da3f; }

 p { color: rgb(165,218,63); }

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

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

 a { background-color: rgb(165,218,63); }

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

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

 span { border-color: rgb(165,218,63); }

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