#A4DF65

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

Shades of Conifer #A4DF65

Tints of Conifer #A4DF65

Color information

#A4DF65 (or 0xA4DF65) is unknown color: approx Conifer. HEX triplet: A4, DF and 65. RGB value is (164,223,101). Sum of RGB (Red+Green+Blue) = 164+223+101=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF65 is #5B209A. Grayscale: #BFBFBF. Windows color (decimal): -5972123 or 6676388. OLE color: 6676388.

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

Color convert

RGB164223101-
CMYK0.2600.550.13
HSL89.02º65.59%63.53%-
HSV(B)89.02º54.71%87.45%-
XYZ44.0561.6121.88-
YUV191.4576.95108.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 223 (87.5% from 255) = 45.70%
BLUE value IS 101 (39.84% from 255) = 20.70%
R=33.61%
G=45.70%
B=20.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231010.2600.550.1389.0265.5963.53
HexA4DF651A037D594240
Octal2443371453206715131102100
Binary101001001101111111001011101001101111101101100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF65; }

 p { color: rgb(164,223,101); }

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

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

 a { background-color: rgb(164,223,101); }

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

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

 span { border-color: rgb(164,223,101); }

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