#A2F450

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

Shades of Conifer #A2F450

Tints of Conifer #A2F450

Color information

#A2F450 (or 0xA2F450) is unknown color: approx Conifer. HEX triplet: A2, F4 and 50. RGB value is (162,244,80). Sum of RGB (Red+Green+Blue) = 162+244+80=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F450 is #5D0BAF. Grayscale: #C9C9C9. Windows color (decimal): -6097840 or 5305506. OLE color: 5305506.

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

Color convert

RGB16224480-
CMYK0.3400.670.04
HSL90º88.17%63.53%-
HSV(B)90º67.21%95.69%-
XYZ48.772.9619.11-
YUV200.7959.83100.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 244 (95.70% from 255) = 50.21%
BLUE value IS 80 (31.64% from 255) = 16.46%
R=33.33%
G=50.21%
B=16.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162244800.3400.670.049088.1763.53
HexA2F4502204345a5840
Octal2423641204201034132130100
Binary1010001011110100101000010001001000011100101101010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F450; }

 p { color: rgb(162,244,80); }

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

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

 a { background-color: rgb(162,244,80); }

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

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

 span { border-color: rgb(162,244,80); }

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