#A5DC63

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

Shades of Conifer #A5DC63

Tints of Conifer #A5DC63

Color information

#A5DC63 (or 0xA5DC63) is unknown color: approx Conifer. HEX triplet: A5, DC and 63. RGB value is (165,220,99). Sum of RGB (Red+Green+Blue) = 165+220+99=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC63 is #5A239C. Grayscale: #BEBEBE. Windows color (decimal): -5907357 or 6544549. OLE color: 6544549.

HSL color Cylindrical-coordinate representation of color #A5DC63: hue angle of 87.27º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5DC63 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB16522099-
CMYK0.2500.550.14
HSL87.27º63.35%62.55%-
HSV(B)87.27º55%86.27%-
XYZ43.3660.0921.12-
YUV189.7676.78110.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 99 (39.06% from 255) = 20.45%
R=34.09%
G=45.45%
B=20.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165220990.2500.550.1487.2763.3562.55
HexA5DC6319037E573f3f
Octal24533414331067161277777
Binary1010010111011100110001111001011011111101010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC63; }

 p { color: rgb(165,220,99); }

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

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

 a { background-color: rgb(165,220,99); }

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

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

 span { border-color: rgb(165,220,99); }

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