#A4DD46

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

Shades of Conifer #A4DD46

Tints of Conifer #A4DD46

Color information

#A4DD46 (or 0xA4DD46) is unknown color: approx Conifer. HEX triplet: A4, DD and 46. RGB value is (164,221,70). Sum of RGB (Red+Green+Blue) = 164+221+70=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DD46 is #5B22B9. Grayscale: #BBBBBB. Windows color (decimal): -5972666 or 4644260. OLE color: 4644260.

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

Color convert

RGB16422170-
CMYK0.2600.680.13
HSL82.65º68.95%57.06%-
HSV(B)82.65º68.33%86.67%-
XYZ42.2760.0515.16-
YUV186.7462.12111.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=36.04%
G=48.57%
B=15.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164221700.2600.680.1382.6568.9557.06
HexA4DD461A044D534539
Octal2443351063201041512310571
Binary101001001101110110001101101001000100110110100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD46; }

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

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

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

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

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

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

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

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