#A5D568

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

Shades of Conifer #A5D568

Tints of Conifer #A5D568

Color information

#A5D568 (or 0xA5D568) is unknown color: approx Conifer. HEX triplet: A5, D5 and 68. RGB value is (165,213,104). Sum of RGB (Red+Green+Blue) = 165+213+104=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D568 is #5A2A97. Grayscale: #BABABA. Windows color (decimal): -5909144 or 6870437. OLE color: 6870437.

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

Color convert

RGB165213104-
CMYK0.2300.510.16
HSL86.42º56.48%62.16%-
HSV(B)86.42º51.17%83.53%-
XYZ41.8156.5921.82-
YUV186.2281.6112.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=34.23%
G=44.19%
B=21.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131040.2300.510.1686.4256.4862.16
HexA5D568170331056383e
Octal24532515027063201267076
Binary10100101110101011101000101110110011100001010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D568; }

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

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

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

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

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

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

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

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