#A4FA61

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

Shades of Conifer #A4FA61

Tints of Conifer #A4FA61

Color information

#A4FA61 (or 0xA4FA61) is unknown color: approx Conifer. HEX triplet: A4, FA and 61. RGB value is (164,250,97). Sum of RGB (Red+Green+Blue) = 164+250+97=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA61 is #5B059E. Grayscale: #CFCFCF. Windows color (decimal): -5965215 or 6421156. OLE color: 6421156.

HSL color Cylindrical-coordinate representation of color #A4FA61: hue angle of 93.73º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4FA61 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB16425097-
CMYK0.3400.610.02
HSL93.73º93.87%68.04%-
HSV(B)93.73º61.2%98.04%-
XYZ51.6577.1323.47-
YUV206.8466.0197.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 97 (38.28% from 255) = 18.98%
R=32.09%
G=48.92%
B=18.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164250970.3400.610.0293.7393.8768.04
HexA4FA612203D25e5e44
Octal244372141420752136136104
Binary10100100111110101100001100010011110110101111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA61; }

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

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

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

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

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

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

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

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