#A2D154

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

Shades of Conifer #A2D154

Tints of Conifer #A2D154

Color information

#A2D154 (or 0xA2D154) is unknown color: approx Conifer. HEX triplet: A2, D1 and 54. RGB value is (162,209,84). Sum of RGB (Red+Green+Blue) = 162+209+84=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D154 is #5D2EAB. Grayscale: #B5B5B5. Windows color (decimal): -6106796 or 5558690. OLE color: 5558690.

HSL color Cylindrical-coordinate representation of color #A2D154: hue angle of 82.56º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D154 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB16220984-
CMYK0.2200.600.18
HSL82.56º57.6%57.45%-
HSV(B)82.56º59.81%81.96%-
XYZ39.353.9216.72-
YUV180.773.43114.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=35.60%
G=45.93%
B=18.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162209840.2200.600.1882.5657.657.45
HexA2D1541603C12533a39
Octal24232112426074221237271
Binary10100010110100011010100101100111100100101010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D154; }

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

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

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

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

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

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

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

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