#A2E166

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

Shades of Conifer #A2E166

Tints of Conifer #A2E166

Color information

#A2E166 (or 0xA2E166) is unknown color: approx Conifer. HEX triplet: A2, E1 and 66. RGB value is (162,225,102). Sum of RGB (Red+Green+Blue) = 162+225+102=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E166 is #5D1E99. Grayscale: #C0C0C0. Windows color (decimal): -6102682 or 6742434. OLE color: 6742434.

HSL color Cylindrical-coordinate representation of color #A2E166: hue angle of 90.73º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2E166 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB162225102-
CMYK0.2800.550.12
HSL90.73º67.21%64.12%-
HSV(B)90.73º54.67%88.24%-
XYZ44.2262.4922.3-
YUV192.1477.13106.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=33.13%
G=46.01%
B=20.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622251020.2800.550.1290.7367.2164.12
HexA2E1661C037C5b4340
Octal2423411463406714133103100
Binary101000101110000111001101110001101111100101101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E166; }

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

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

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

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

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

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

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

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