#A4DD54

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

Shades of Conifer #A4DD54

Tints of Conifer #A4DD54

Color information

#A4DD54 (or 0xA4DD54) is unknown color: approx Conifer. HEX triplet: A4, DD and 54. RGB value is (164,221,84). Sum of RGB (Red+Green+Blue) = 164+221+84=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD54 is #5B22AB. Grayscale: #BCBCBC. Windows color (decimal): -5972652 or 5561764. OLE color: 5561764.

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

Color convert

RGB16422184-
CMYK0.2600.620.13
HSL84.96º66.83%59.8%-
HSV(B)84.96º61.99%86.67%-
XYZ42.7760.2517.76-
YUV188.3469.12110.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=34.97%
G=47.12%
B=17.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164221840.2600.620.1384.9666.8359.8
HexA4DD541A03ED55433c
Octal244335124320761512510374
Binary10100100110111011010100110100111110110110101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD54; }

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

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

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

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

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

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

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

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