#A2F155

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

Shades of Conifer #A2F155

Tints of Conifer #A2F155

Color information

#A2F155 (or 0xA2F155) is unknown color: approx Conifer. HEX triplet: A2, F1 and 55. RGB value is (162,241,85). Sum of RGB (Red+Green+Blue) = 162+241+85=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F155 is #5D0EAA. Grayscale: #C8C8C8. Windows color (decimal): -6098603 or 5632418. OLE color: 5632418.

HSL color Cylindrical-coordinate representation of color #A2F155: hue angle of 90.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2F155 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB16224185-
CMYK0.3300.650.05
HSL90.38º84.78%63.92%-
HSV(B)90.38º64.73%94.51%-
XYZ4871.2519.82-
YUV199.5963.33101.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 85 (33.59% from 255) = 17.42%
R=33.20%
G=49.39%
B=17.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162241850.3300.650.0590.3884.7863.92
HexA2F1552104155a5540
Octal2423611254101015132125100
Binary1010001011110001101010110000101000001101101101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F155; }

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

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

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

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

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

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

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

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