#A2D866

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

Shades of Conifer #A2D866

Tints of Conifer #A2D866

Color information

#A2D866 (or 0xA2D866) is unknown color: approx Conifer. HEX triplet: A2, D8 and 66. RGB value is (162,216,102). Sum of RGB (Red+Green+Blue) = 162+216+102=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D866 is #5D2799. Grayscale: #BBBBBB. Windows color (decimal): -6104986 or 6740130. OLE color: 6740130.

HSL color Cylindrical-coordinate representation of color #A2D866: hue angle of 88.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D866 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB162216102-
CMYK0.2500.530.15
HSL88.42º59.38%62.35%-
HSV(B)88.42º52.78%84.71%-
XYZ41.8557.7521.51-
YUV186.8680.11110.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=33.75%
G=45%
B=21.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622161020.2500.530.1588.4259.3862.35
HexA2D86619035F583b3e
Octal24233014631065171307376
Binary1010001011011000110011011001011010111111011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D866; }

 p { color: rgb(162,216,102); }

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

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

 a { background-color: rgb(162,216,102); }

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

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

 span { border-color: rgb(162,216,102); }

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