#A2D661

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

Shades of Conifer #A2D661

Tints of Conifer #A2D661

Color information

#A2D661 (or 0xA2D661) is unknown color: approx Conifer. HEX triplet: A2, D6 and 61. RGB value is (162,214,97). Sum of RGB (Red+Green+Blue) = 162+214+97=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D661 is #5D299E. Grayscale: #B9B9B9. Windows color (decimal): -6105503 or 6411938. OLE color: 6411938.

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

Color convert

RGB16221497-
CMYK0.2400.550.16
HSL86.67º58.79%60.98%-
HSV(B)86.67º54.67%83.92%-
XYZ41.156.6420.07-
YUV185.1178.27111.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=34.25%
G=45.24%
B=20.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214970.2400.550.1686.6758.7960.98
HexA2D6611803710573b3d
Octal24232614130067201277375
Binary10100010110101101100001110000110111100001010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D661; }

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

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

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

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

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

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

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

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