#A5D468

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

Shades of Conifer #A5D468

Tints of Conifer #A5D468

Color information

#A5D468 (or 0xA5D468) is unknown color: approx Conifer. HEX triplet: A5, D4 and 68. RGB value is (165,212,104). Sum of RGB (Red+Green+Blue) = 165+212+104=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D468 is #5A2B97. Grayscale: #BABABA. Windows color (decimal): -5909400 or 6870181. OLE color: 6870181.

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

Color convert

RGB165212104-
CMYK0.2200.510.17
HSL86.11º55.67%61.96%-
HSV(B)86.11º50.94%83.14%-
XYZ41.5656.0921.73-
YUV185.6481.93113.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=34.30%
G=44.07%
B=21.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652121040.2200.510.1786.1155.6761.96
HexA5D468160331156383e
Octal24532415026063211267076
Binary10100101110101001101000101100110011100011010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D468; }

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

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

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

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

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

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

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

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