#A4DD64

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

Shades of Conifer #A4DD64

Tints of Conifer #A4DD64

Color information

#A4DD64 (or 0xA4DD64) is unknown color: approx Conifer. HEX triplet: A4, DD and 64. RGB value is (164,221,100). Sum of RGB (Red+Green+Blue) = 164+221+100=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD64 is #5B229B. Grayscale: #BEBEBE. Windows color (decimal): -5972636 or 6610340. OLE color: 6610340.

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

Color convert

RGB164221100-
CMYK0.2600.550.13
HSL88.26º64.02%62.94%-
HSV(B)88.26º54.75%86.67%-
XYZ43.4760.5321.45-
YUV190.1677.12109.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=33.81%
G=45.57%
B=20.62%

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
Decimal1642211000.2600.550.1388.2664.0262.94
HexA4DD641A037D58403f
Octal244335144320671513010077
Binary10100100110111011100100110100110111110110110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD64; }

 p { color: rgb(164,221,100); }

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

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

 a { background-color: rgb(164,221,100); }

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

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

 span { border-color: rgb(164,221,100); }

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