#A5F451

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

Shades of Conifer #A5F451

Tints of Conifer #A5F451

Color information

#A5F451 (or 0xA5F451) is unknown color: approx Conifer. HEX triplet: A5, F4 and 51. RGB value is (165,244,81). Sum of RGB (Red+Green+Blue) = 165+244+81=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F451 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F451 is #5A0BAE. Grayscale: #CACACA. Windows color (decimal): -5901231 or 5371045. OLE color: 5371045.

HSL color Cylindrical-coordinate representation of color #A5F451: hue angle of 89.08º 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 #A5F451 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB16524481-
CMYK0.3200.670.04
HSL89.08º88.11%63.73%-
HSV(B)89.08º66.8%95.69%-
XYZ49.3573.2919.33-
YUV201.859.83101.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 244 (95.70% from 255) = 49.80%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=33.67%
G=49.80%
B=16.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165244810.3200.670.0489.0888.1163.73
HexA5F451200434595840
Octal2453641214001034131130100
Binary1010010111110100101000110000001000011100101100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F451; }

 p { color: rgb(165,244,81); }

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

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

 a { background-color: rgb(165,244,81); }

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

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

 span { border-color: rgb(165,244,81); }

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