#A4F456

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

Shades of Conifer #A4F456

Tints of Conifer #A4F456

Color information

#A4F456 (or 0xA4F456) is unknown color: approx Conifer. HEX triplet: A4, F4 and 56. RGB value is (164,244,86). Sum of RGB (Red+Green+Blue) = 164+244+86=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F456 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F456 is #5B0BA9. Grayscale: #CACACA. Windows color (decimal): -5966762 or 5698724. OLE color: 5698724.

HSL color Cylindrical-coordinate representation of color #A4F456: hue angle of 90.38º degrees, saturation: 0.88, 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 #A4F456 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB16424486-
CMYK0.3300.650.04
HSL90.38º87.78%64.71%-
HSV(B)90.38º64.75%95.69%-
XYZ49.3473.2720.35-
YUV202.0762.5100.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 86 (33.98% from 255) = 17.41%
R=33.20%
G=49.39%
B=17.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164244860.3300.650.0490.3887.7864.71
HexA4F4562104145a5841
Octal2443641264101014132130101
Binary1010010011110100101011010000101000001100101101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F456; }

 p { color: rgb(164,244,86); }

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

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

 a { background-color: rgb(164,244,86); }

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

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

 span { border-color: rgb(164,244,86); }

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