#A2D664

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

Shades of Conifer #A2D664

Tints of Conifer #A2D664

Color information

#A2D664 (or 0xA2D664) is unknown color: approx Conifer. HEX triplet: A2, D6 and 64. RGB value is (162,214,100). Sum of RGB (Red+Green+Blue) = 162+214+100=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D664 is #5D299B. Grayscale: #B9B9B9. Windows color (decimal): -6105500 or 6608546. OLE color: 6608546.

HSL color Cylindrical-coordinate representation of color #A2D664: hue angle of 87.37º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D664 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB162214100-
CMYK0.2400.530.16
HSL87.37º58.16%61.57%-
HSV(B)87.37º53.27%83.92%-
XYZ41.2556.6920.83-
YUV185.4679.77111.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=34.03%
G=44.96%
B=21.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141000.2400.530.1687.3758.1661.57
HexA2D6641803510573a3e
Octal24232614430065201277276
Binary10100010110101101100100110000110101100001010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D664; }

 p { color: rgb(162,214,100); }

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

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

 a { background-color: rgb(162,214,100); }

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

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

 span { border-color: rgb(162,214,100); }

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