#A2F655

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

Shades of Conifer #A2F655

Tints of Conifer #A2F655

Color information

#A2F655 (or 0xA2F655) is unknown color: approx Conifer. HEX triplet: A2, F6 and 55. RGB value is (162,246,85). Sum of RGB (Red+Green+Blue) = 162+246+85=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F655 is #5D09AA. Grayscale: #CBCBCB. Windows color (decimal): -6097323 or 5633698. OLE color: 5633698.

HSL color Cylindrical-coordinate representation of color #A2F655: hue angle of 91.3º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2F655 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB16224685-
CMYK0.3400.650.04
HSL91.3º89.94%64.9%-
HSV(B)91.3º65.45%96.47%-
XYZ49.574.2520.32-
YUV202.5361.6799.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 246 (96.48% from 255) = 49.90%
BLUE value IS 85 (33.59% from 255) = 17.24%
R=32.86%
G=49.90%
B=17.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162246850.3400.650.0491.389.9464.9
HexA2F6552204145b5a41
Octal2423661254201014133132101
Binary1010001011110110101010110001001000001100101101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F655; }

 p { color: rgb(162,246,85); }

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

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

 a { background-color: rgb(162,246,85); }

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

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

 span { border-color: rgb(162,246,85); }

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