#A4DD53

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

Shades of Conifer #A4DD53

Tints of Conifer #A4DD53

Color information

#A4DD53 (or 0xA4DD53) is unknown color: approx Conifer. HEX triplet: A4, DD and 53. RGB value is (164,221,83). Sum of RGB (Red+Green+Blue) = 164+221+83=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD53 is #5B22AC. Grayscale: #BCBCBC. Windows color (decimal): -5972653 or 5496228. OLE color: 5496228.

HSL color Cylindrical-coordinate representation of color #A4DD53: hue angle of 84.78º 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 #A4DD53 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB16422183-
CMYK0.2600.620.13
HSL84.78º66.99%59.61%-
HSV(B)84.78º62.44%86.67%-
XYZ42.7360.2317.56-
YUV188.2268.62110.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 83 (32.81% from 255) = 17.74%
R=35.04%
G=47.22%
B=17.74%

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
Decimal164221830.2600.620.1384.7866.9959.61
HexA4DD531A03ED55433c
Octal244335123320761512510374
Binary10100100110111011010011110100111110110110101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD53; }

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

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

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

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

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

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

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

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