#A3DD54

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

Shades of Conifer #A3DD54

Tints of Conifer #A3DD54

Color information

#A3DD54 (or 0xA3DD54) is unknown color: approx Conifer. HEX triplet: A3, DD and 54. RGB value is (163,221,84). Sum of RGB (Red+Green+Blue) = 163+221+84=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD54 is #5C22AB. Grayscale: #BCBCBC. Windows color (decimal): -6038188 or 5561763. OLE color: 5561763.

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

Color convert

RGB16322184-
CMYK0.2600.620.13
HSL85.4º66.83%59.8%-
HSV(B)85.4º61.99%86.67%-
XYZ42.5660.1417.75-
YUV188.0469.28110.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=34.83%
G=47.22%
B=17.95%

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
Decimal163221840.2600.620.1385.466.8359.8
HexA3DD541A03ED55433c
Octal243335124320761512510374
Binary10100011110111011010100110100111110110110101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD54; }

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

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

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

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

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

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

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

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