#A5DC68

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

Shades of Conifer #A5DC68

Tints of Conifer #A5DC68

Color information

#A5DC68 (or 0xA5DC68) is unknown color: approx Conifer. HEX triplet: A5, DC and 68. RGB value is (165,220,104). Sum of RGB (Red+Green+Blue) = 165+220+104=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC68 is #5A2397. Grayscale: #BEBEBE. Windows color (decimal): -5907352 or 6872229. OLE color: 6872229.

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

Color convert

RGB165220104-
CMYK0.2500.530.14
HSL88.45º62.37%63.53%-
HSV(B)88.45º52.73%86.27%-
XYZ43.6160.1922.42-
YUV190.3379.28109.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=33.74%
G=44.99%
B=21.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201040.2500.530.1488.4562.3763.53
HexA5DC6819035E583e40
Octal245334150310651613076100
Binary10100101110111001101000110010110101111010110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC68; }

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

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

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

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

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

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

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

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