#A2E963

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

Shades of Conifer #A2E963

Tints of Conifer #A2E963

Color information

#A2E963 (or 0xA2E963) is unknown color: approx Conifer. HEX triplet: A2, E9 and 63. RGB value is (162,233,99). Sum of RGB (Red+Green+Blue) = 162+233+99=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E963 is #5D169C. Grayscale: #C4C4C4. Windows color (decimal): -6100637 or 6547874. OLE color: 6547874.

HSL color Cylindrical-coordinate representation of color #A2E963: hue angle of 91.79º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2E963 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB16223399-
CMYK0.3000.580.09
HSL91.79º75.28%65.1%-
HSV(B)91.79º57.51%91.37%-
XYZ46.2966.8622.27-
YUV196.4972.98103.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 233 (91.41% from 255) = 47.17%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=32.79%
G=47.17%
B=20.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162233990.3000.580.0991.7975.2865.1
HexA2E9631E03A95c4b41
Octal2423511433607211134113101
Binary101000101110100111000111111001110101001101110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E963; }

 p { color: rgb(162,233,99); }

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

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

 a { background-color: rgb(162,233,99); }

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

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

 span { border-color: rgb(162,233,99); }

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