#A2DC54

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

Shades of Conifer #A2DC54

Tints of Conifer #A2DC54

Color information

#A2DC54 (or 0xA2DC54) is unknown color: approx Conifer. HEX triplet: A2, DC and 54. RGB value is (162,220,84). Sum of RGB (Red+Green+Blue) = 162+220+84=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC54 is #5D23AB. Grayscale: #BBBBBB. Windows color (decimal): -6103980 or 5561506. OLE color: 5561506.

HSL color Cylindrical-coordinate representation of color #A2DC54: hue angle of 85.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2DC54 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB16222084-
CMYK0.2600.620.14
HSL85.59º66.02%59.61%-
HSV(B)85.59º61.82%86.27%-
XYZ42.0959.5117.66-
YUV187.1569.78110.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=34.76%
G=47.21%
B=18.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162220840.2600.620.1485.5966.0259.61
HexA2DC541A03EE56423c
Octal242334124320761612610274
Binary10100010110111001010100110100111110111010101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC54; }

 p { color: rgb(162,220,84); }

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

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

 a { background-color: rgb(162,220,84); }

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

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

 span { border-color: rgb(162,220,84); }

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