#A8DD47

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

Shades of Conifer #A8DD47

Tints of Conifer #A8DD47

Color information

#A8DD47 (or 0xA8DD47) is unknown color: approx Conifer. HEX triplet: A8, DD and 47. RGB value is (168,221,71). Sum of RGB (Red+Green+Blue) = 168+221+71=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD47 is #5722B8. Grayscale: #BCBCBC. Windows color (decimal): -5710521 or 4709800. OLE color: 4709800.

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

Color convert

RGB16822171-
CMYK0.2400.680.13
HSL81.2º68.81%57.25%-
HSV(B)81.2º67.87%86.67%-
XYZ43.1460.4915.36-
YUV188.0561.94113.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 71 (28.12% from 255) = 15.43%
R=36.52%
G=48.04%
B=15.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168221710.2400.680.1381.268.8157.25
HexA8DD4718044D514539
Octal2503351073001041512110571
Binary101010001101110110001111100001000100110110100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD47; }

 p { color: rgb(168,221,71); }

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

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

 a { background-color: rgb(168,221,71); }

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

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

 span { border-color: rgb(168,221,71); }

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