#A5DF41

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

Shades of Atlantis #A5DF41

Tints of Atlantis #A5DF41

Color information

#A5DF41 (or 0xA5DF41) is unknown color: approx Atlantis. HEX triplet: A5, DF and 41. RGB value is (165,223,65). Sum of RGB (Red+Green+Blue) = 165+223+65=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF41 is #5A20BE. Grayscale: #BCBCBC. Windows color (decimal): -5906623 or 4317093. OLE color: 4317093.

HSL color Cylindrical-coordinate representation of color #A5DF41: hue angle of 82.03º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5DF41 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB16522365-
CMYK0.2600.710.13
HSL82.03º71.17%56.47%-
HSV(B)82.03º70.85%87.45%-
XYZ42.8661.1614.55-
YUV187.6558.78111.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 223 (87.5% from 255) = 49.23%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=36.42%
G=49.23%
B=14.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165223650.2600.710.1382.0371.1756.47
HexA5DF411A047D524738
Octal2453371013201071512210770
Binary101001011101111110000011101001000111110110100101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF41; }

 p { color: rgb(165,223,65); }

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

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

 a { background-color: rgb(165,223,65); }

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

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

 span { border-color: rgb(165,223,65); }

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