#A5DD68

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

Shades of Conifer #A5DD68

Tints of Conifer #A5DD68

Color information

#A5DD68 (or 0xA5DD68) is unknown color: approx Conifer. HEX triplet: A5, DD and 68. RGB value is (165,221,104). Sum of RGB (Red+Green+Blue) = 165+221+104=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD68 is #5A2297. Grayscale: #BFBFBF. Windows color (decimal): -5907096 or 6872485. OLE color: 6872485.

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

Color convert

RGB165221104-
CMYK0.2500.530.13
HSL88.72º63.24%63.73%-
HSV(B)88.72º52.94%86.67%-
XYZ43.8760.7122.5-
YUV190.9278.95109.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=33.67%
G=45.10%
B=21.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211040.2500.530.1388.7263.2463.73
HexA5DD6819035D593f40
Octal245335150310651513177100
Binary10100101110111011101000110010110101110110110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD68; }

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

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

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

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

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

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

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

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