#A4FD61

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

Shades of Conifer #A4FD61

Tints of Conifer #A4FD61

Color information

#A4FD61 (or 0xA4FD61) is unknown color: approx Conifer. HEX triplet: A4, FD and 61. RGB value is (164,253,97). Sum of RGB (Red+Green+Blue) = 164+253+97=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD61 is #5B029E. Grayscale: #D1D1D1. Windows color (decimal): -5964447 or 6421924. OLE color: 6421924.

HSL color Cylindrical-coordinate representation of color #A4FD61: hue angle of 94.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4FD61 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB16425397-
CMYK0.3500.620.01
HSL94.23º97.5%68.63%-
HSV(B)94.23º61.66%99.22%-
XYZ52.5979.0123.79-
YUV208.665.0196.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 253 (99.22% from 255) = 49.22%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=31.91%
G=49.22%
B=18.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164253970.3500.620.0194.2397.568.63
HexA4FD612303E15e6245
Octal244375141430761136142105
Binary1010010011111101110000110001101111101101111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD61; }

 p { color: rgb(164,253,97); }

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

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

 a { background-color: rgb(164,253,97); }

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

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

 span { border-color: rgb(164,253,97); }

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