#A4DE53

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

Shades of Conifer #A4DE53

Tints of Conifer #A4DE53

Color information

#A4DE53 (or 0xA4DE53) is unknown color: approx Conifer. HEX triplet: A4, DE and 53. RGB value is (164,222,83). Sum of RGB (Red+Green+Blue) = 164+222+83=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DE53 is #5B21AC. Grayscale: #BDBDBD. Windows color (decimal): -5972397 or 5496484. OLE color: 5496484.

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

Color convert

RGB16422283-
CMYK0.2600.630.13
HSL85.04º67.8%59.8%-
HSV(B)85.04º62.61%87.06%-
XYZ42.9960.7617.65-
YUV188.8168.28110.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 83 (32.81% from 255) = 17.70%
R=34.97%
G=47.33%
B=17.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164222830.2600.630.1385.0467.859.8
HexA4DE531A03FD55443c
Octal244336123320771512510474
Binary10100100110111101010011110100111111110110101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE53; }

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

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

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

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

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

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

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

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